1
0
forked from boostorg/mpl

Make BOOST_WORKAROUND consistent.

[SVN r84443]
This commit is contained in:
Steven Watanabe
2013-05-23 14:42:25 +00:00
parent aa8e43a017
commit d6c3a16e1e

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;