Changeset 12783 for trunk/FACT++


Ignore:
Timestamp:
01/30/12 16:56:03 (13 years ago)
Author:
tbretz
Message:
Icreased compatibility with different boost versions.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/Main.h

    r12127 r12783  
    9292
    9393        const string pname = path.parent_path().string();
     94#if BOOST_VERSION < 104700
    9495        const string fname = path.filename();
    95 
     96#else
     97        const string fname = path.filename().string();
     98#endif
    9699        const Time now;
    97100        io_service.Write(now, "/----------------------- Program ------------------------");
Note: See TracChangeset for help on using the changeset viewer.