]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/bind/test/bind_fastcall_test.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / bind / test / bind_fastcall_test.cpp
index 2201716000c484a3258ef3f87114cfd04289ecd1..b48c0718e87133af7f7925fb72c14655257147b2 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
@@ -108,3 +116,5 @@ int main()
     function_test();
     return boost::report_errors();
 }
+
+#endif