From d6c3a16e1e5374b5304d538b8cbbb25b1000e552 Mon Sep 17 00:00:00 2001 From: Steven Watanabe Date: Thu, 23 May 2013 14:42:25 +0000 Subject: [PATCH] Make BOOST_WORKAROUND consistent. [SVN r84443] --- include/boost/mpl/assert.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/mpl/assert.hpp b/include/boost/mpl/assert.hpp index 8bfd3e1..bdf7957 100644 --- a/include/boost/mpl/assert.hpp +++ b/include/boost/mpl/assert.hpp @@ -134,7 +134,7 @@ template< assert_::relations r, long x, long y > struct assert_relation {}; #endif -#if BOOST_WORKAROUND(BOOST_MSVC, >= 1700) +#if BOOST_WORKAROUND(BOOST_MSVC, == 1700) template struct extract_assert_pred;