]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/detail/void_t.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / hana / detail / void_t.hpp
index 9eedd11441e5e7d4eea3daeadfd047d545326d7d..c64f520e06d98ade00899ad18275d56d232633ed 100644 (file)
@@ -13,9 +13,9 @@ Distributed under the Boost Software License, Version 1.0.
 #include <boost/hana/config.hpp>
 
 
-BOOST_HANA_NAMESPACE_BEGIN namespace detail {
+namespace boost { namespace hana { namespace detail {
     template <typename ...>
     using void_t = void;
-} BOOST_HANA_NAMESPACE_END
+} }} // end namespace boost::hana
 
 #endif // !BOOST_HANA_DETAIL_VOID_T_HPP