From e8f1b067e4a1c7e862304c2f563d7b8607b1c244 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Mon, 22 Aug 2005 11:07:37 +0000 Subject: [PATCH] Patch for pathological case submitted by Vladimir Plus. [SVN r30624] --- include/boost/type_traits/detail/cv_traits_impl.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/type_traits/detail/cv_traits_impl.hpp b/include/boost/type_traits/detail/cv_traits_impl.hpp index eee7c7d..e5af6c0 100644 --- a/include/boost/type_traits/detail/cv_traits_impl.hpp +++ b/include/boost/type_traits/detail/cv_traits_impl.hpp @@ -19,7 +19,7 @@ // implementation helper: -#if !(BOOST_WORKAROUND(__GNUC__,== 3) && (__GNUC_MINOR__ <= 2)) +#if !(BOOST_WORKAROUND(__GNUC__,== 3) && BOOST_WORKAROUND(__GNUC_MINOR__, <= 2)) namespace boost { namespace detail { #else