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

@@ -79,4 +79,5 @@ suggestions:
Patrick R McDonald
Pete Lewis
Bryce Harrington
Stefan Hacker