]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/fwd/hash.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / hana / fwd / hash.hpp
index 38602db518b63257b758a47f8c095acc379a306b..51656ee57ab878da68d0f12b82db10b4f664d98c 100644 (file)
@@ -15,7 +15,7 @@ Distributed under the Boost Software License, Version 1.0.
 #include <boost/hana/core/when.hpp>
 
 
-BOOST_HANA_NAMESPACE_BEGIN
+namespace boost { namespace hana {
     //! Returns a `hana::type` representing the compile-time hash of an object.
     //! @ingroup group-Hashable
     //!
@@ -61,8 +61,8 @@ BOOST_HANA_NAMESPACE_BEGIN
         constexpr auto operator()(X const& x) const;
     };
 
-    constexpr hash_t hash{};
+    BOOST_HANA_INLINE_VARIABLE constexpr hash_t hash{};
 #endif
-BOOST_HANA_NAMESPACE_END
+}} // end namespace boost::hana
 
 #endif // !BOOST_HANA_FWD_HASH_HPP