Ignore:
Timestamp:
02/03/12 12:37:05 (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/Readline.cc

    r12781 r12824  
    110110
    111111    // Program name
    112 #if BOOST_VERSION < 104700
     112#if BOOST_VERSION < 104600
    113113    static const string fname = boost::filesystem::path(prgname).filename();
    114114#else
Note: See TracChangeset for help on using the changeset viewer.