- Sorting implemented using a non-relocatable task list, a stable
  sort, and type-specific comparisons.
This commit is contained in:
Paul Beckingham 2011-05-05 22:37:54 -04:00
parent 9268e552d8
commit 4584da8895
8 changed files with 176 additions and 174 deletions

View file

@ -73,6 +73,7 @@ public:
std::string canonicalize (const std::string&) const;
void disallowModification () const;
void applyOverrides (const std::vector <std::string>&, std::vector <std::string>&);
void decomposeSortField (const std::string&, std::string&, bool&);
private:
void loadCorrectConfigFile ();