Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9703


Ignore:
Timestamp:
Oct 15, 2013, 10:50:05 PM (11 years ago)
Author:
landauf
Message:

fixed build with boost 1.48 and 1.49

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/libraries/core/CorePrereqs.h

    r9675 r9703  
    276276    }
    277277
    278 #elif (BOOST_VERSION < 104800)
     278#elif (BOOST_VERSION < 105000)
    279279
    280280# if BOOST_FILESYSTEM_VERSION == 2
     
    304304#else
    305305
    306     // TODO: Check this once boost 1.48 is released
    307306    namespace filesystem
    308307    {
Note: See TracChangeset for help on using the changeset viewer.