forked from boostorg/mp11
test/mp_for_each: Disable warning 4307 on MSVC
This commit is contained in:
@@ -10,6 +10,7 @@
|
|||||||
|
|
||||||
#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <boost/mp11/algorithm.hpp>
|
#include <boost/mp11/algorithm.hpp>
|
||||||
|
Reference in New Issue
Block a user