]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/unordered/test/unordered/assign_tests.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / unordered / test / unordered / assign_tests.cpp
index f3d633b0aa72eb718d04114819f5d86fc0ae3d48..23042b55f654f6709d080e8267b277f3f8b92d66 100644 (file)
 #pragma warning(disable : 4127) // conditional expression is constant
 #endif
 
+#if defined(__clang__) && defined(__has_warning)
+#if __has_warning("-Wself-assign-overloaded")
+#pragma clang diagnostic ignored "-Wself-assign-overloaded"
+#endif
+#endif
+
 namespace assign_tests {
 
   test::seed_t initialize_seed(96785);