]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/convert/test/spirit_converter.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / convert / test / spirit_converter.cpp
index 0eea2ea8ee8b4d4662c6b9285a02116a3f5d804f..bbbc5b976e7f658b07a7a34eb614b6ed2170b636 100644 (file)
@@ -5,7 +5,7 @@
 
 #include "./test.hpp"
 
-#ifdef BOOST_CONVERT_INTEL_SFINAE_BROKEN
+#if defined(BOOST_CONVERT_IS_NOT_SUPPORTED)
 int main(int, char const* []) { return 0; }
 #else
 
@@ -21,7 +21,7 @@ using boost::convert;
 namespace cnv = boost::cnv;
 namespace arg = boost::cnv::parameter;
 
-struct boost::cnv::by_default : public boost::cnv::spirit {};
+struct boost::cnv::by_default : boost::cnv::spirit {};
 
 int
 main(int, char const* [])