Changeset 10322 for trunk/FACT++/src/Configuration.cc
- Timestamp:
- 04/07/11 21:52:25 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/Configuration.cc
r10296 r10322 435 435 // 436 436 Configuration::Configuration(const string &prgname) : fName(prgname), 437 fNameMapper(bind1st(mem_fun(&Configuration::DefaultMapper), this)) 437 fNameMapper(bind1st(mem_fun(&Configuration::DefaultMapper), this)), 438 fPrintUsage(boost::bind(&Configuration::PrintUsage, this)) 439 438 440 { 439 441 po::options_description generic("Generic options");
Note:
See TracChangeset
for help on using the changeset viewer.