]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/function/test/std_bind_cxx98.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / function / test / std_bind_cxx98.cpp
index d23fab1baa45211a34b9c2cc527a2093d40d13c3..d5ea149126c7f61c7a97985fddf5bda24b3a7481 100644 (file)
@@ -8,7 +8,12 @@
 
 // For more information, see http://www.boost.org/
 
-    
+#if defined(__clang__) && defined(__has_warning)
+# if __has_warning( "-Wdeprecated-declarations" )
+#  pragma clang diagnostic ignored "-Wdeprecated-declarations"
+# endif
+#endif
+
 #include <boost/function.hpp>
 #include <iostream>
 #include <functional>