Suppress MSVC level 4 warnings

This commit is contained in:
Peter Dimov
2017-12-12 00:34:17 +02:00
parent c273159c94
commit 26e2302f3b
8 changed files with 45 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
// Copyright 2015, 2017 Peter Dimov.
// Copyright 2015, 2017 Peter Dimov.
//
// Distributed under the Boost Software License, Version 1.0.
//
@@ -7,6 +7,10 @@
// http://www.boost.org/LICENSE_1_0.txt
#if defined(_MSC_VER)
#pragma warning( disable: 4804 ) // '>=': unsafe use of type 'bool' in operation
#endif
#include <boost/mp11/algorithm.hpp>
#include <boost/mp11/list.hpp>
#include <boost/mp11/integral.hpp>