mirror of
https://github.com/boostorg/mp11.git
synced 2026-04-28 18:02:28 +02:00
Suppress MSVC level 4 warnings
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
// Copyright 2015 Peter Dimov.
|
||||
// Copyright 2015 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: 4244 ) // 'initializing': conversion from 'int' to 'char', possible loss of data
|
||||
#endif
|
||||
|
||||
#include <boost/mp11/tuple.hpp>
|
||||
#include <boost/core/lightweight_test.hpp>
|
||||
#include <tuple>
|
||||
|
||||
Reference in New Issue
Block a user