...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
boost::sort::spreadsort::float_sort — Floating-point sort algorithm using random access iterators with just right-shift functor.
// In header: <boost/sort/spreadsort/float_sort.hpp> template<typename RandomAccessIter, typename Right_shift> void float_sort(RandomAccessIter first, RandomAccessIter last, Right_shift rshift);