]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/detail/fast_and.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / hana / detail / fast_and.hpp
index a43e3e9c455fcfd5e9e6d2c7a96097815d0409af..fc04b7e93e460fa0423e0b6c708ebd19daf8f078 100644 (file)
@@ -15,11 +15,11 @@ Distributed under the Boost Software License, Version 1.0.
 #include <type_traits>
 
 
-BOOST_HANA_NAMESPACE_BEGIN namespace detail {
+namespace boost { namespace hana { namespace detail {
     template <bool ...b>
     struct fast_and
         : std::is_same<fast_and<b...>, fast_and<(b, true)...>>
     { };
-} BOOST_HANA_NAMESPACE_END
+} }} // end namespace boost::hana
 
 #endif // !BOOST_HANA_DETAIL_FAST_AND_HPP