]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/bind/test/mem_fn_fastcall_test.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / bind / test / mem_fn_fastcall_test.cpp
index e6248cb958a68c5274b9396d7535923cbff084b1..b7a6ab3092224313306d5022fd2003de8a52bc58 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
@@ -184,3 +192,5 @@ int main()
 
     return detect_errors(x.hash == 17610 && sp->hash == 2155);
 }
+
+#endif