forked from boostorg/mp11
Disable warnings exposed by address-model=64
This commit is contained in:
@@ -11,6 +11,8 @@
|
|||||||
#if BOOST_MP11_MSVC
|
#if BOOST_MP11_MSVC
|
||||||
# pragma warning( disable: 4503 ) // decorated name length exceeded
|
# pragma warning( disable: 4503 ) // decorated name length exceeded
|
||||||
# pragma warning( disable: 4307 ) // '*': integral constant overflow
|
# pragma warning( disable: 4307 ) // '*': integral constant overflow
|
||||||
|
# pragma warning( disable: 4244 ) // conversion from size_t to uint32_t
|
||||||
|
# pragma warning( disable: 4267 ) // conversion from size_t to uint32_t
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <boost/mp11/algorithm.hpp>
|
#include <boost/mp11/algorithm.hpp>
|
||||||
|
@@ -7,6 +7,12 @@
|
|||||||
// http://www.boost.org/LICENSE_1_0.txt
|
// http://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/detail/config.hpp>
|
#include <boost/mp11/detail/config.hpp>
|
||||||
#include <boost/core/lightweight_test.hpp>
|
#include <boost/core/lightweight_test.hpp>
|
||||||
|
Reference in New Issue
Block a user