diff --git a/test/mp_for_each.cpp b/test/mp_for_each.cpp index d38bee5..9bea05a 100644 --- a/test/mp_for_each.cpp +++ b/test/mp_for_each.cpp @@ -6,10 +6,14 @@ // See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt +#include + +#if BOOST_MP11_MSVC +# pragma warning( disable: 4503 ) // decorated name length exceeded +#endif #include #include -#include #include #include #include