]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/fwd/comparing.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / hana / fwd / comparing.hpp
index 376ab173c7b81b906126e304af8f19167acc2044..ec51a5fd1ae5b46a238cd6bd8a8505e315649b2e 100644 (file)
@@ -13,7 +13,7 @@ Distributed under the Boost Software License, Version 1.0.
 #include <boost/hana/config.hpp>
 
 
-BOOST_HANA_NAMESPACE_BEGIN
+namespace boost { namespace hana {
     //! Returns a function performing `equal` after applying a transformation
     //! to both arguments.
     //! @ingroup group-Comparable
@@ -58,8 +58,8 @@ BOOST_HANA_NAMESPACE_BEGIN
         constexpr auto operator()(F&& f) const;
     };
 
-    constexpr comparing_t comparing{};
+    BOOST_HANA_INLINE_VARIABLE constexpr comparing_t comparing{};
 #endif
-BOOST_HANA_NAMESPACE_END
+}} // end namespace boost::hana
 
 #endif // !BOOST_HANA_FWD_COMPARING_HPP