Disable msvc-14.0 warning in mp_repeat_3.cpp.

This commit is contained in:
Peter Dimov
2023-05-16 20:29:42 +03:00
parent 1a8fa7064c
commit 8360babe87

View File

@@ -2,6 +2,12 @@
// Distributed under the Boost Software License, Version 1.0.
// https://www.boost.org/LICENSE_1_0.txt
#include <boost/mp11/detail/config.hpp>
#if BOOST_MP11_MSVC
# pragma warning( disable: 4503 ) // decorated name length exceeded
#endif
#include <boost/mp11/algorithm.hpp>
#include <boost/mp11/list.hpp>
#include <boost/mp11/integral.hpp>