]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/fwd/concept/sequence.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / hana / fwd / concept / sequence.hpp
index 84cedd1263da1d2648ed3bc8a6d6313d0e20d9a9..b70a6b2ef390652e5c90af95345bb7d58b7d0053 100644 (file)
@@ -14,7 +14,7 @@ Distributed under the Boost Software License, Version 1.0.
 #include <boost/hana/core/when.hpp>
 
 
-BOOST_HANA_NAMESPACE_BEGIN
+namespace boost { namespace hana {
     //! @ingroup group-concepts
     //! @defgroup group-Sequence Sequence
     //! The `Sequence` concept represents generic index-based sequences.
@@ -160,6 +160,6 @@ BOOST_HANA_NAMESPACE_BEGIN
     template <typename S, typename = void>
     struct Sequence : Sequence<S, when<true>> { };
 #endif
-BOOST_HANA_NAMESPACE_END
+}} // end namespace boost::hana
 
 #endif // !BOOST_HANA_FWD_CONCEPT_SEQUENCE_HPP