]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/drop_front_exactly.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / hana / drop_front_exactly.hpp
index a6af69115d04b71a3a4c016d4411547aebacca0e..7a311f3c2aa81712904e16563771d8d534fc73d0 100644 (file)
@@ -22,7 +22,7 @@ Distributed under the Boost Software License, Version 1.0.
 #include <boost/hana/is_empty.hpp>
 
 
-BOOST_HANA_NAMESPACE_BEGIN
+namespace boost { namespace hana {
     //! @cond
     template <typename Xs, typename N>
     constexpr auto drop_front_exactly_t::operator()(Xs&& xs, N const& n) const {
@@ -80,6 +80,6 @@ BOOST_HANA_NAMESPACE_BEGIN
             return result; // NRVO applied
         }
     };
-BOOST_HANA_NAMESPACE_END
+}} // end namespace boost::hana
 
 #endif // !BOOST_HANA_DROP_FRONT_EXACTLY_HPP