Added some more modification documentation

This commit is contained in:
johan 2013-08-13 22:43:36 +02:00
parent baba35c998
commit 8e8e63011f
1 changed files with 34 additions and 33 deletions

View File

@ -19,7 +19,8 @@
* *
* - Removed using namespace std from header * - Removed using namespace std from header
* - Changed Parameter container type from std::set to std::list to presume order * - Changed Parameter container type from std::set to std::list to presume order
* * - Changed arguments of Parameters to be a seperated arguments on the command line
* - Make the choice of receiving arguments or not in subclasses of CommonParameter
*/ */
#include <list> #include <list>