Changeset 10600 for trunk/FACT++/src/scheduler.cc
- Timestamp:
- 05/06/11 09:43:23 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/scheduler.cc
r10596 r10600 1 #define BOOST_DISABLE_ASSERTS 12 1 #include <boost/bind.hpp> 2 #if BOOST_VERSION<1440 3 #if (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ > 4)) 4 #undef BOOST_HAS_RVALUE_REFS 5 #error test 6 #endif 7 #endif 3 8 #include <boost/thread.hpp> 4 9 #include <boost/regex.hpp>
Note:
See TracChangeset
for help on using the changeset viewer.