We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82533c4 commit abcb365Copy full SHA for abcb365
test/mp_find.cpp
@@ -57,7 +57,7 @@ int main()
57
{
58
using boost::mp11::mp_iota_c;
59
60
-#if BOOST_MP11_WORKAROUND( BOOST_MP11_MSVC, < 1920 )
+#if !defined( BOOST_MP11_HAS_CXX14_CONSTEXPR )
61
62
int const N = 257;
63
test/mp_find_if_q.cpp
@@ -58,7 +58,7 @@ int main()
using boost::mp11::mp_bind_front;
using boost::mp11::mp_less;
64
0 commit comments