]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/json/impl/error.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / json / impl / error.hpp
index 61465166cc99a9533812fa375cdb11e0e75b1bf3..9ee2331003e28c567b0a0ebbedfc838cf5b3cb91 100644 (file)
@@ -12,8 +12,6 @@
 
 #include <type_traits>
 
-#ifndef BOOST_JSON_STANDALONE
-
 namespace boost {
 namespace system {
 template<>
@@ -29,8 +27,6 @@ struct is_error_condition_enum< ::boost::json::condition >
 } // system
 } // boost
 
-#else
-
 namespace std {
 template<>
 struct is_error_code_enum< ::boost::json::error >
@@ -44,8 +40,6 @@ struct is_error_condition_enum< ::boost::json::condition >
 };
 } // std
 
-#endif
-
 BOOST_JSON_NS_BEGIN
 
 BOOST_JSON_DECL