diff --git a/test/mp_repeat_3.cpp b/test/mp_repeat_3.cpp index 7733d6b..12f2c97 100644 --- a/test/mp_repeat_3.cpp +++ b/test/mp_repeat_3.cpp @@ -2,6 +2,12 @@ // Distributed under the Boost Software License, Version 1.0. // https://www.boost.org/LICENSE_1_0.txt +#include + +#if BOOST_MP11_MSVC +# pragma warning( disable: 4503 ) // decorated name length exceeded +#endif + #include #include #include