Merge 84443 from trunk, to fix mpl assert failures for msvc in many libraries.

[SVN r86514]
This commit is contained in:
Beman Dawes
2013-10-29 13:15:03 +00:00
parent 6e78a8f0f4
commit 3e3b4aeef2

View File

@@ -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<class Pred>
struct extract_assert_pred;