-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Hi,
I am trying to do a decreasing sort on an array (say keys), using the values in another array (say val). For this, I have written a custom comparator class and am passing an object to the boost function. While the same technique compiles with the std::sort, it gives an error with the boost::sort::parallel_stable_sort and boost::sort::block_indirect_sort.
Comparator class:
Function calls to boost/std sorts:
Error:
Metadata
Metadata
Assignees
Labels
No labels


