]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/unordered/test/exception/assign_exception_tests.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / unordered / test / exception / assign_exception_tests.cpp
index c62bf8ab53a2032e81eb67223a670e915b9cf55f..c036da52102c525a11d80d168f2cc90f463c00e2 100644 (file)
 #pragma warning(disable : 4512) // assignment operator could not be generated
 #endif
 
+#if defined(__clang__) && defined(__has_warning)
+#if __has_warning("-Wself-assign-overloaded")
+#pragma clang diagnostic ignored "-Wself-assign-overloaded"
+#endif
+#endif
+
 test::seed_t initialize_seed(12847);
 
 template <class T> struct self_assign_base : public test::exception_base