Changeset 12823


Ignore:
Timestamp:
02/03/12 12:36:24 (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/FACT.cc

    r12780 r12823  
    4646void FACT::PrintVersion(const char *name)
    4747{
    48 #if BOOST_VERSION < 104700
     48#if BOOST_VERSION < 104600
    4949    const std::string n = boost::filesystem::path(name).filename();
    5050#else
Note: See TracChangeset for help on using the changeset viewer.