]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/core/test/uncaught_exceptions_np.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / core / test / uncaught_exceptions_np.cpp
index 7498ccffb9a8bf30cbe29cf6603d71725f83affe..f60aef1ce5fbb2abc49b13f7b2e17b4d110bf573 100644 (file)
 
 #include <boost/core/lightweight_test.hpp>
 
+#if defined(_MSC_VER)
+# pragma warning(disable: 4512) // assignment operator could not be generated
+#endif
+
 struct my_exception1 {};
 struct my_exception2 {};