Changeset 10612 for trunk/FACT++


Ignore:
Timestamp:
05/06/11 10:07:25 (13 years ago)
Author:
tbretz
Message:
Fixed BOOST_VERSION number
Location:
trunk/FACT++/src
Files:
4 edited

Legend:

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

    r10611 r10612  
    7070
    7171#include <boost/bind.hpp>
    72 #if BOOST_VERSION<1440
     72#if BOOST_VERSION < 104400
    7373#if (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ > 4))
    7474#undef BOOST_HAS_RVALUE_REFS
  • trunk/FACT++/src/dclient5.cc

    r10610 r10612  
    11#include <boost/bind.hpp>
    2 #if BOOST_VERSION<1440
     2#if BOOST_VERSION < 104400
    33#if (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ > 4))
    44#undef BOOST_HAS_RVALUE_REFS
  • trunk/FACT++/src/ftmctrl.cc

    r10610 r10612  
    11#include <boost/bind.hpp>
    22#include <boost/array.hpp>
    3 #if BOOST_VERSION<1440
     3#if BOOST_VERSION < 104400
    44#if (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ > 4))
    55#undef BOOST_HAS_RVALUE_REFS
  • trunk/FACT++/src/scheduler.cc

    r10610 r10612  
    11#include <boost/bind.hpp>
    2 #if BOOST_VERSION<1440
     2#if BOOST_VERSION < 104400
    33#if (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ > 4))
    44#undef BOOST_HAS_RVALUE_REFS
Note: See TracChangeset for help on using the changeset viewer.