]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/convert/test/encryption.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / convert / test / encryption.cpp
index 60c95c1a4b06d9db732e8030d70702801c1f82a8..684c6d5061ed12de8808b80f96fefd7e18cd51ce 100644 (file)
@@ -3,6 +3,11 @@
 // Version 1.0. See http://www.boost.org/LICENSE_1_0.txt.
 
 #include "./test.hpp"
+
+#if defined(BOOST_CONVERT_IS_NOT_SUPPORTED)
+int main(int, char const* []) { return 0; }
+#else
+
 #include <boost/convert.hpp>
 #include <boost/detail/lightweight_test.hpp>
 
@@ -35,3 +40,5 @@ main(int, char const* [])
 
     return boost::report_errors();
 }
+
+#endif