Changes in src/CommandLineParser.cpp [7e6b00:192f6e]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/CommandLineParser.cpp
r7e6b00 r192f6e 5 5 * Author: heber 6 6 */ 7 8 #include "Helpers/MemDebug.hpp" 7 9 8 10 #include <boost/program_options.hpp> … … 39 41 void CommandLineParser::Parse() 40 42 { 41 po::store(po::command_line_parser(argc,argv).options(cmdline_options).options(visible). positional(inputfile).run(), vm);43 po::store(po::command_line_parser(argc,argv).options(cmdline_options).options(visible).run(), vm); 42 44 ifstream input; 43 45 input.open("example.cfg");
Note:
See TracChangeset
for help on using the changeset viewer.