- Completed sort_compare routine to mimic 1.9.2, but using std::sort.
- Added blank task to the unit tests to prove the sorting is working
  (it wasn't), then fixed all.
This commit is contained in:
Paul Beckingham
2010-08-07 19:58:56 -04:00
parent c95a55128a
commit f83cc3f39a
3 changed files with 132 additions and 108 deletions

View File

@@ -126,6 +126,8 @@ private:
std::map <int, just> mJustification;
std::map <int, bool> mCommify;
Grid mData;
// Sorting...
std::vector <int> mSortColumns;
std::map <int, order> mSortOrder;