Currently we correctly dispatch radix_sort when sort(first, last) is
invoked with an implicit less<T> comparison method. However, when the user
explicitly specifies any comparison, even the default less<T>, we dispatch
merge_sort. We should intercept this usage and handle it correctly.
Original issue reported on code.google.com by wnbell on 31 Aug 2009 at 8:29
Original issue reported on code.google.com by
wnbell
on 31 Aug 2009 at 8:29