]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/concept/constant.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / hana / concept / constant.hpp
index 5e549ddf76dc05bdb4f67c3617543a67bb29bcb1..6abaf1ab5aceeb06ff3b27efa6907cdede6001a1 100644 (file)
@@ -19,13 +19,13 @@ Distributed under the Boost Software License, Version 1.0.
 #include <boost/hana/value.hpp>
 
 
-BOOST_HANA_NAMESPACE_BEGIN
+namespace boost { namespace hana {
     template <typename C>
     struct Constant
         : hana::integral_constant<bool,
             !is_default<value_impl<typename tag_of<C>::type>>::value
         >
     { };
-BOOST_HANA_NAMESPACE_END
+}} // end namespace boost::hana
 
 #endif // !BOOST_HANA_CONCEPT_CONSTANT_HPP