]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/convert/test/performance.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / convert / test / performance.cpp
index af35fcef8d90aa615b0ded6ce08f57443ff0533d..ac20809705fe34f98b0116956b8fb20928583b19 100644 (file)
@@ -4,8 +4,12 @@
 // Version 1.0. See http://www.boost.org/LICENSE_1_0.txt.
 
 #include "./test.hpp"
-#include "./prepare.hpp"
 
+#if defined(BOOST_CONVERT_IS_NOT_SUPPORTED)
+int main(int, char const* []) { return 0; }
+#else
+
+#include "./prepare.hpp"
 #include <boost/convert.hpp>
 #include <boost/convert/stream.hpp>
 #include <boost/convert/printf.hpp>
@@ -309,3 +313,5 @@ main(int, char const* [])
 
     return boost::report_errors();
 }
+
+#endif