]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/mp11/test/tuple_for_each.cpp
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / boost / libs / mp11 / test / tuple_for_each.cpp
index c16deb980ea9e8fc0dc604a651b2e46d484ffcbc..a7e9428b6d58b20ea63c123a64b44d4b28c515bb 100644 (file)
@@ -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>