]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/detail/concepts.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / hana / detail / concepts.hpp
index d7b48bc5ecac2bfedaefe04294dacfdc575aa72e..55f9d99994c426f7c057208a07372617a282ce02 100644 (file)
@@ -17,7 +17,7 @@ Distributed under the Boost Software License, Version 1.0.
 #include <type_traits>
 
 
-BOOST_HANA_NAMESPACE_BEGIN namespace detail {
+namespace boost { namespace hana { namespace detail {
     //! @cond
     //////////////////////////////////////////////////////////////////////////
     // EqualityComparable
@@ -73,6 +73,6 @@ BOOST_HANA_NAMESPACE_BEGIN namespace detail {
         >
     { };
     //! @endcond
-} BOOST_HANA_NAMESPACE_END
+} }} // end namespace boost::hana
 
 #endif // !BOOST_HANA_DETAIL_CONCEPTS_HPP