Changes in src/CommandLineParser.cpp [7e6b00:4f7f34e]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/CommandLineParser.cpp
r7e6b00 r4f7f34e 5 5 * Author: heber 6 6 */ 7 8 #include "Helpers/MemDebug.hpp" 7 9 8 10 #include <boost/program_options.hpp> … … 54 56 { 55 57 // go through all arguments 58 cout << Verbose(1) << "By default putting input into the sequence." << endl; 59 // TODO: This may be bad, because const string "input" is destroyed at end of function 60 SequenceOfActions.push_back("input"); 56 61 for (int i=1;i<argc;i++) { 57 62 (cout << Verbose(1) << "Checking on " << argv[i] << endl);
Note:
See TracChangeset
for help on using the changeset viewer.