]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/core/is_a.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / hana / core / is_a.hpp
index 019476ff0a255fcb375d89bad738525a17edceb7..13f79376ab8a9bd28d9bf5a364d393e99ad54ff6 100644 (file)
@@ -19,7 +19,7 @@ Distributed under the Boost Software License, Version 1.0.
 #include <type_traits>
 
 
-BOOST_HANA_NAMESPACE_BEGIN
+namespace boost { namespace hana {
     //////////////////////////////////////////////////////////////////////////
     // is_a
     //////////////////////////////////////////////////////////////////////////
@@ -36,6 +36,6 @@ BOOST_HANA_NAMESPACE_BEGIN
         constexpr auto operator()(T const&) const
         { return hana::is_a<DataType, T>; }
     };
-BOOST_HANA_NAMESPACE_END
+}} // end namespace boost::hana
 
 #endif // !BOOST_HANA_CORE_IS_A_HPP