]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/bind/test/bind_function_ap_test.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / bind / test / bind_function_ap_test.cpp
index 900a131805089f4e36a94603f872b1b7ae4209e3..67551d324781a1967c02dfc4f09e1ddc9c1d7745 100644 (file)
 //  http://www.boost.org/LICENSE_1_0.txt
 //
 
+#if defined( BOOST_NO_AUTO_PTR )
+
+int main()
+{
+}
+
+#else
+
 #if defined( __GNUC__ ) && ( __GNUC__ * 100 + __GNUC_MINOR__ >= 406 )
 # pragma GCC diagnostic ignored "-Wdeprecated-declarations"
 #elif defined( __clang__ ) && defined( __has_warning )
@@ -222,3 +230,5 @@ int main()
     test();
     return boost::report_errors();
 }
+
+#endif // #if defined( BOOST_NO_AUTO_PTR )