allendaicool / thrust

Automatically exported from code.google.com/p/thrust
Apache License 2.0
0 stars 0 forks source link

dispatch radix_sort even when comp=less<T> is explicitly provided #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r409.

Original comment by wnbell on 1 Sep 2009 at 3:55