Fixed preprocessor directive in timing - now works on non-gcc compilers

release/4.3a0
Alex Cunningham 2013-02-16 19:19:13 +00:00
parent ce5d709032
commit e21c071013
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
// Automatically use the new Boost timers if version is recent enough. // Automatically use the new Boost timers if version is recent enough.
#if BOOST_VERSION >= 104800 #if BOOST_VERSION >= 104800
#if not GTSAM_DISABLE_NEW_TIMERS #ifndef GTSAM_DISABLE_NEW_TIMERS
#define GTSAM_USING_NEW_BOOST_TIMERS #define GTSAM_USING_NEW_BOOST_TIMERS
#endif #endif
#endif #endif