From 5d8f287e6ef31364d2dc0bc0f7ab2404dfaa703c Mon Sep 17 00:00:00 2001 From: Richard Roberts Date: Tue, 5 Jun 2012 21:56:19 +0000 Subject: [PATCH] Added comment explaining disabled new boost timers --- gtsam/base/timing.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gtsam/base/timing.h b/gtsam/base/timing.h index 4dc3411ce..66823effc 100644 --- a/gtsam/base/timing.h +++ b/gtsam/base/timing.h @@ -24,6 +24,9 @@ #include #include +// Enabling the new Boost timers introduces dependencies on other Boost +// libraries so this is disabled for now until we modify the build scripts +// to link each component or MATLAB wrapper with only the libraries it needs. #if 0 #if BOOST_VERSION >= 104800 #define GTSAM_USING_NEW_BOOST_TIMERS