]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/icl/test/fastest_interval_set_mixed_/fastest_interval_set_mixed.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / icl / test / fastest_interval_set_mixed_ / fastest_interval_set_mixed.cpp
index 3e6712b809a1004159e953f11ff1040ca28206e3..455bcc78ce99101d151bd141ea2afbaef600a928 100644 (file)
@@ -1,4 +1,4 @@
-/*-----------------------------------------------------------------------------+    
+/*-----------------------------------------------------------------------------+
 Copyright (c) 2008-2009: Joachim Faulhaber
 +------------------------------------------------------------------------------+
    Distributed under the Boost Software License, Version 1.0.
@@ -24,8 +24,17 @@ using namespace boost;
 using namespace unit_test;
 using namespace boost::icl;
 
+#ifdef BOOST_CLANG
+#pragma clang diagnostic push
+#pragma clang diagnostic ignored "-Wself-assign-overloaded"
+#endif
+
 #include "../test_interval_set_mixed.hpp"
 
+#ifdef BOOST_CLANG
+#pragma clang diagnostic pop
+#endif
+
 BOOST_AUTO_TEST_CASE
 (fastest_icl_interval_set_mixed_ctor_4_ordered_types)
 {            interval_set_mixed_ctor_4_ordered_types<int>(); }