Enhancement

- Corrected sorting to use std::stable_sort instead of std::sort, which is not
  guaranteed stable (thanks to Stefan Hacker).
This commit is contained in:
Paul Beckingham 2011-03-09 12:45:45 -05:00
parent 954db75b37
commit 96d406960d
3 changed files with 4 additions and 1 deletions

View file

@ -3,6 +3,8 @@
2.0.0 ()
+ autoconf eliminated.
+ Corrected sorting to use std::stable_sort instead of std::sort, which is not
guaranteed stable (thanks to Stefan Hacker).
------ old releases ------------------------------