]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/fwd/greater.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / hana / fwd / greater.hpp
index 5fcaa4e32d565baa89e6d7c511cbf80265e25f1e..f17f970eebbf82bd0d573b8943682b443fd9ca04 100644 (file)
@@ -15,7 +15,7 @@ Distributed under the Boost Software License, Version 1.0.
 #include <boost/hana/detail/nested_than_fwd.hpp>
 
 
-BOOST_HANA_NAMESPACE_BEGIN
+namespace boost { namespace hana {
     //! Returns a `Logical` representing whether `x` is greater than `y`.
     //! @ingroup group-Orderable
     //!
@@ -46,8 +46,8 @@ BOOST_HANA_NAMESPACE_BEGIN
         constexpr decltype(auto) operator()(X&& x, Y&& y) const;
     };
 
-    constexpr greater_t greater{};
+    BOOST_HANA_INLINE_VARIABLE constexpr greater_t greater{};
 #endif
-BOOST_HANA_NAMESPACE_END
+}} // end namespace boost::hana
 
 #endif // !BOOST_HANA_FWD_GREATER_HPP