...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 — Float sort algorithm using range with both right-shift and user-defined comparison operator.
// In header: <boost/sort/spreadsort/float_sort.hpp> template<typename Range, typename Right_shift, typename Compare> void float_sort(Range & range, Right_shift rshift, Compare comp);