From 3e3b4aeef22076478a2e7939a20facfd8a704670 Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Tue, 29 Oct 2013 13:15:03 +0000 Subject: [PATCH] Merge 84443 from trunk, to fix mpl assert failures for msvc in many libraries. [SVN r86514] --- 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;