Changeset 12826 for trunk/FACT++
- Timestamp:
- 02/03/12 12:38:08 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/Configuration.cc
r12787 r12826 1155 1155 const po::parsed_options parsed_database = 1156 1156 fDatabase.empty() ? po::parsed_options(&opt_database) : 1157 #if BOOST_VERSION < 104 7001157 #if BOOST_VERSION < 104600 1158 1158 parse_database(path.filename(), fDatabase, opt_database, !checkdb); 1159 1159 #else … … 1332 1332 1333 1333 string pname = path.parent_path().string(); 1334 #if BOOST_VERSION < 104 7001334 #if BOOST_VERSION < 104600 1335 1335 string fname = path.filename(); 1336 1336 #else … … 1426 1426 } 1427 1427 1428 #if BOOST_VERSION < 104 7001428 #if BOOST_VERSION < 104600 1429 1429 const std::string n = boost::filesystem::path(fName).filename(); 1430 1430 #else
Note:
See TracChangeset
for help on using the changeset viewer.