Disable warning

This commit is contained in:
Peter Dimov
2018-10-18 07:33:46 +03:00
parent 1f0c9b7151
commit 25ff2e77d4

View File

@@ -6,6 +6,10 @@
// See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt
#if defined(_MSC_VER)
# pragma warning( disable: 4244 ) // conversion from float to int, possible loss of data
#endif
#include <boost/variant2/variant.hpp>
#include <boost/mp11.hpp>
#include <boost/core/lightweight_test.hpp>