Changeset 11586 for trunk/FACT++/src/Configuration.cc
- Timestamp:
- 07/25/11 13:44:05 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/Configuration.cc
r11578 r11586 1291 1291 { 1292 1292 for (Descs::const_iterator id=desc.begin(); id!=desc.end(); id++) 1293 #if BOOST_VERSION > 104000 1293 1294 if ((*id)->match(io->first, false, false, false)==po::option_description::approximate_match) 1295 #else 1296 if ((*id)->match(io->first, false)==po::option_description::approximate_match) 1297 #endif 1294 1298 fWildcardOptions[io->first] = (*id)->long_name(); 1295 1299 }
Note:
See TracChangeset
for help on using the changeset viewer.