]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/remove_at.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / hana / remove_at.hpp
index 490ebe8c10583cc7a878aaeea69cd66a46b1b14f..dc21481d78c955e6376d0bc23e434ac707daafc9 100644 (file)
@@ -25,7 +25,7 @@ Distributed under the Boost Software License, Version 1.0.
 #include <utility>
 
 
-BOOST_HANA_NAMESPACE_BEGIN
+namespace boost { namespace hana {
     //! @cond
     template <typename Xs, typename N>
     constexpr auto remove_at_t::operator()(Xs&& xs, N const& n) const {
@@ -81,6 +81,6 @@ BOOST_HANA_NAMESPACE_BEGIN
         constexpr decltype(auto) operator()(Xs&& xs) const
         { return hana::remove_at(static_cast<Xs&&>(xs), hana::size_c<n>); }
     };
-BOOST_HANA_NAMESPACE_END
+}} // end namespace boost::hana
 
 #endif // !BOOST_HANA_REMOVE_AT_HPP