]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/fwd/core/default.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / hana / fwd / core / default.hpp
index 978c9a5f0c4871ce20ef5f7bce365e7e5fc18dbc..51a9ef96f0a7d9aa62b9da3856302c92951089b7 100644 (file)
@@ -13,7 +13,7 @@ Distributed under the Boost Software License, Version 1.0.
 #include <boost/hana/config.hpp>
 
 
-BOOST_HANA_NAMESPACE_BEGIN
+namespace boost { namespace hana {
     //! @ingroup group-core
     //! Mark a tag-dispatched method implementation as a default implementation.
     //!
@@ -51,6 +51,6 @@ BOOST_HANA_NAMESPACE_BEGIN
     template <typename T, typename = void>
     struct is_default;
 #endif
-BOOST_HANA_NAMESPACE_END
+}} // end namespace boost::hana
 
 #endif // !BOOST_HANA_FWD_CORE_DEFAULT_HPP