]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/core/empty_value.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / core / empty_value.hpp
index 2ac2331d1f9f0f09edbf9ae4119262b021303a17..9dfd442b9fe7be185a737c82819a4a291860ec1c 100644 (file)
@@ -25,6 +25,11 @@ Distributed under the Boost Software License, Version 1.0.
 #endif
 #endif
 
+#if defined(_MSC_VER)
+#pragma warning(push)
+#pragma warning(disable:4510)
+#endif
+
 namespace boost {
 
 template<class T>
@@ -143,4 +148,8 @@ BOOST_INLINE_CONSTEXPR empty_init_t empty_init = empty_init_t();
 
 } /* boost */
 
+#if defined(_MSC_VER)
+#pragma warning(pop)
+#endif
+
 #endif