]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/string.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / hana / string.hpp
index fcdce266d741c6ffb69f662e9b04cb23cb4aef70..cd0f2fc46514c18a03bb3adf61e88f78902e5dd1 100644 (file)
@@ -46,7 +46,7 @@ Distributed under the Boost Software License, Version 1.0.
 #include <type_traits>
 
 
-BOOST_HANA_NAMESPACE_BEGIN
+namespace boost { namespace hana {
     //////////////////////////////////////////////////////////////////////////
     // string<>
     //////////////////////////////////////////////////////////////////////////
@@ -344,6 +344,6 @@ BOOST_HANA_NAMESPACE_BEGIN
             return hana::type_c<String>;
         }
     };
-BOOST_HANA_NAMESPACE_END
+}} // end namespace boost::hana
 
 #endif // !BOOST_HANA_STRING_HPP