mirror of
https://github.com/boostorg/mp11.git
synced 2025-12-04 15:59:19 +01:00
Suppress MSVC level 4 warnings
This commit is contained in:
@@ -1,11 +1,16 @@
|
||||
|
||||
// Copyright 2015 Peter Dimov.
|
||||
// Copyright 2015 Peter Dimov.
|
||||
//
|
||||
// Distributed under the Boost Software License, Version 1.0.
|
||||
//
|
||||
// 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 ) // 'initializing': conversion from 'int' to 'char', possible loss of data
|
||||
#endif
|
||||
|
||||
#include <boost/mp11/tuple.hpp>
|
||||
#include <boost/config.hpp>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user