From a2ace4a43456f2965659a3b4ea2526958c8e927b Mon Sep 17 00:00:00 2001 From: Richard Roberts Date: Thu, 22 Dec 2011 17:29:57 +0000 Subject: [PATCH] Correction to comment --- gtsam/base/boost_variant_with_workaround.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gtsam/base/boost_variant_with_workaround.h b/gtsam/base/boost_variant_with_workaround.h index 9b989cf8d..d9de4456a 100644 --- a/gtsam/base/boost_variant_with_workaround.h +++ b/gtsam/base/boost_variant_with_workaround.h @@ -23,9 +23,9 @@ namespace variant_workaround { /* ************************************************************************* */ - // The following functions are pasted from boost/variant/get.hpp, but with - // explicit argument types to avoid a conflict with 'get' in the boost graph - // library that exists in boost < 1.47. + // The following functions are pasted from boost/variant/get.hpp, but in a + // 'variant_workaround' namespace to avoid a conflict with 'get' in the boost + // graph library that exists in boost < 1.47. #if BOOST_VERSION >= 104700 using boost::get; #else