Searched refs:inplace_stable_sort (Results 1 – 2 of 2) sorted by relevance
45 void inplace_stable_sort(RandIt first, RandIt last, Compare comp) in inplace_stable_sort() function53 inplace_stable_sort(first, middle, comp); in inplace_stable_sort()54 inplace_stable_sort(middle, last, comp); in inplace_stable_sort()
782 boost::movelib::inplace_stable_sort(first, last, comp); in slow_stable_sort()