Changeset 10777 for trunk/FACT++/src


Ignore:
Timestamp:
05/23/11 09:55:19 (13 years ago)
Author:
tbretz
Message:
Fixed boost problem with Ubuntu 11.04
File:
1 edited

Legend:

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

    r10773 r10777  
    11#include <boost/bind.hpp>
    22#include <boost/array.hpp>
     3#if BOOST_VERSION < 104400
     4#if (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ > 4))
     5#undef BOOST_HAS_RVALUE_REFS
     6#endif
     7#endif
    38#include <boost/thread.hpp>
    49//#include <boost/foreach.hpp>
Note: See TracChangeset for help on using the changeset viewer.