]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/fwd/concept/foldable.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / hana / fwd / concept / foldable.hpp
index 09de17045537a689ab4b7710e93ca79379465383..c51f9219d4aff987c5002ab6b210a974cb4fa76e 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-concepts
     //! @defgroup group-Foldable Foldable
     //! The `Foldable` concept represents data structures that can be reduced
@@ -136,6 +136,6 @@ BOOST_HANA_NAMESPACE_BEGIN
     //! course result in different effects.
     template <typename T>
     struct Foldable;
-BOOST_HANA_NAMESPACE_END
+}} // end namespace boost::hana
 
 #endif // !BOOST_HANA_FWD_CONCEPT_FOLDABLE_HPP