]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/fwd/mult.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / hana / fwd / mult.hpp
index d322071d9cfd41ea2c1ab16c24da543e7bdcc844..c7e825be2f45d188f06f2cb1b28cc78f9cd7d1ae 100644 (file)
@@ -14,7 +14,7 @@ Distributed under the Boost Software License, Version 1.0.
 #include <boost/hana/core/when.hpp>
 
 
-BOOST_HANA_NAMESPACE_BEGIN
+namespace boost { namespace hana {
     //! Associative operation of a `Ring`.
     //! @ingroup group-Ring
     //!
@@ -56,8 +56,8 @@ BOOST_HANA_NAMESPACE_BEGIN
         constexpr decltype(auto) operator()(X&& x, Y&& y) const;
     };
 
-    constexpr mult_t mult{};
+    BOOST_HANA_INLINE_VARIABLE constexpr mult_t mult{};
 #endif
-BOOST_HANA_NAMESPACE_END
+}} // end namespace boost::hana
 
 #endif // !BOOST_HANA_FWD_MULT_HPP