]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/concept/product.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / hana / concept / product.hpp
index b1292ba1563719c095c5af4a9611c63c87f57e5c..fe5c42ca986b37959687e6c4f4e49e6df23ffc65 100644 (file)
@@ -20,7 +20,7 @@ Distributed under the Boost Software License, Version 1.0.
 #include <boost/hana/second.hpp>
 
 
-BOOST_HANA_NAMESPACE_BEGIN
+namespace boost { namespace hana {
     template <typename P>
     struct Product
         : hana::integral_constant<bool,
@@ -28,6 +28,6 @@ BOOST_HANA_NAMESPACE_BEGIN
             !is_default<second_impl<typename tag_of<P>::type>>::value
         >
     { };
-BOOST_HANA_NAMESPACE_END
+}} // end namespace boost::hana
 
 #endif // !BOOST_HANA_CONCEPT_PRODUCT_HPP