Always using old boost timers to avoid boost system dependency

release/4.3a0
Richard Roberts 2012-06-05 21:50:49 +00:00
parent d83c4c390c
commit 82e3d23230
1 changed files with 3 additions and 1 deletions

View File

@ -24,9 +24,11 @@
#include <boost/weak_ptr.hpp>
#include <gtsam/base/types.h>
#if 0
#if BOOST_VERSION >= 104800
#define GTSAM_USING_NEW_BOOST_TIMERS
#endif
#endif
#ifdef GTSAM_USING_NEW_BOOST_TIMERS
#include <boost/timer/timer.hpp>