]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/not.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / hana / not.hpp
index 2475f637f1470db7850d308c07822a641bb03841..7f9ef3e12c2d321478ca20531290a149fc289274 100644 (file)
@@ -22,7 +22,7 @@ Distributed under the Boost Software License, Version 1.0.
 #include <type_traits>
 
 
-BOOST_HANA_NAMESPACE_BEGIN
+namespace boost { namespace hana {
     //! @cond
     template <typename X>
     constexpr decltype(auto) not_t::operator()(X&& x) const {
@@ -70,6 +70,6 @@ BOOST_HANA_NAMESPACE_BEGIN
         static constexpr auto apply(Cond const&)
         { return hana::to<C>(detail::constant_from_not<C, Cond>{}); }
     };
-BOOST_HANA_NAMESPACE_END
+}} // end namespace boost::hana
 
 #endif // !BOOST_HANA_NOT_HPP