diff --git a/test/mp_for_each.cpp b/test/mp_for_each.cpp index 9bea05a..1db533e 100644 --- a/test/mp_for_each.cpp +++ b/test/mp_for_each.cpp @@ -10,6 +10,7 @@ #if BOOST_MP11_MSVC # pragma warning( disable: 4503 ) // decorated name length exceeded +# pragma warning( disable: 4307 ) // '*': integral constant overflow #endif #include