Changeset 12826 for trunk/FACT++


Ignore:
Timestamp:
02/03/12 12:38:08 (13 years ago)
Author:
tbretz
Message:
Changed ifdef to make it compile with boost 1.46
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/Configuration.cc

    r12787 r12826  
    11551155    const po::parsed_options parsed_database =
    11561156        fDatabase.empty() ? po::parsed_options(&opt_database) :
    1157 #if BOOST_VERSION < 104700
     1157#if BOOST_VERSION < 104600
    11581158        parse_database(path.filename(), fDatabase, opt_database, !checkdb);
    11591159#else
     
    13321332
    13331333    string pname = path.parent_path().string();
    1334 #if BOOST_VERSION < 104700
     1334#if BOOST_VERSION < 104600
    13351335    string fname = path.filename();
    13361336#else
     
    14261426    }
    14271427
    1428 #if BOOST_VERSION < 104700
     1428#if BOOST_VERSION < 104600
    14291429    const std::string n = boost::filesystem::path(fName).filename();
    14301430#else
Note: See TracChangeset for help on using the changeset viewer.