]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/union.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / hana / union.hpp
index d7bb4403bff52a5aff5c0d6a40daefc82402eaf4..45c4e66f66f7f0627945a770a38ec3a7e0ebcfd1 100644 (file)
@@ -16,7 +16,7 @@ Distributed under the Boost Software License, Version 1.0.
 #include <boost/hana/core/dispatch.hpp>
 
 
-BOOST_HANA_NAMESPACE_BEGIN
+namespace boost { namespace hana {
     //! @cond
     template <typename Xs, typename Ys>
     constexpr auto union_t::operator()(Xs&& xs, Ys&& ys) const {
@@ -34,6 +34,6 @@ BOOST_HANA_NAMESPACE_BEGIN
         template <typename ...Args>
         static constexpr auto apply(Args&& ...) = delete;
     };
-BOOST_HANA_NAMESPACE_END
+}} // end namespace boost::hana
 
 #endif // !BOOST_HANA_UNION_HPP