]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/concept/applicative.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / hana / concept / applicative.hpp
index 84b92927eb18edf5981165b154d97d81e1d09f24..bba40d9982f704a8a7e19d3e42ebf5ce4068ec5c 100644 (file)
@@ -20,7 +20,7 @@ Distributed under the Boost Software License, Version 1.0.
 #include <boost/hana/lift.hpp>
 
 
-BOOST_HANA_NAMESPACE_BEGIN
+namespace boost { namespace hana {
     template <typename A>
     struct Applicative
         : hana::integral_constant<bool,
@@ -28,6 +28,6 @@ BOOST_HANA_NAMESPACE_BEGIN
             !is_default<lift_impl<typename tag_of<A>::type>>::value
         >
     { };
-BOOST_HANA_NAMESPACE_END
+}} // end namespace boost::hana
 
 #endif // !BOOST_HANA_CONCEPT_APPLICATIVE_HPP