1
0
forked from boostorg/mp11

test/mp_for_each: Disable warning 4307 on MSVC

This commit is contained in:
Peter Dimov
2019-04-18 09:49:00 +03:00
parent f1ededad7a
commit 417e0db55a

View File

@ -10,6 +10,7 @@
#if BOOST_MP11_MSVC
# pragma warning( disable: 4503 ) // decorated name length exceeded
# pragma warning( disable: 4307 ) // '*': integral constant overflow
#endif
#include <boost/mp11/algorithm.hpp>