mirror of
https://github.com/boostorg/mp11.git
synced 2025-08-06 07:44:31 +02:00
Disable msvc-14.0 warning in mp_repeat_3.cpp.
This commit is contained in:
@@ -2,6 +2,12 @@
|
|||||||
// Distributed under the Boost Software License, Version 1.0.
|
// Distributed under the Boost Software License, Version 1.0.
|
||||||
// https://www.boost.org/LICENSE_1_0.txt
|
// 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/algorithm.hpp>
|
||||||
#include <boost/mp11/list.hpp>
|
#include <boost/mp11/list.hpp>
|
||||||
#include <boost/mp11/integral.hpp>
|
#include <boost/mp11/integral.hpp>
|
||||||
|
Reference in New Issue
Block a user