On Aug 13, 2014, at 5:12 AM, Felix Yang <fei.yang0...@gmail.com> wrote: > The qsort library function may have different behavior on > different hosts (say Linux vs MinGW).
> OK for trunk? I just have one question. Why if we want to use a stable sort, and we program in C++, would we not want to just use C++: http://www.cplusplus.com/reference/algorithm/stable_sort/ I’m hoping that performance doesn’t fall off the cliff with it...