]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/bind/test/bind_cdecl_mf_test.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / bind / test / bind_cdecl_mf_test.cpp
index 796411c6018e577f619a90087653cce403670424..eaf84d6bbf8f5465dc6eb3e41ab97467d4ba8e41 100644 (file)
@@ -1,5 +1,13 @@
 #include <boost/config.hpp>
 
+#ifndef BOOST_MSVC
+
+int main()
+{
+}
+
+#else
+
 #if defined(BOOST_MSVC)
 #pragma warning(disable: 4786)  // identifier truncated in debug info
 #pragma warning(disable: 4710)  // function not inlined
@@ -162,3 +170,5 @@ int main()
     member_function_test();
     return boost::report_errors();
 }
+
+#endif