]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/fwd/lift.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / hana / fwd / lift.hpp
index 2d4ac6cc13a001c22c7ab914177f014f6c1940a3..c8398c2852e8e23f0161db2122612e2aacf7d3c0 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 {
     //! Lift a value into an `Applicative` structure.
     //! @ingroup group-Applicative
     //!
@@ -55,8 +55,8 @@ BOOST_HANA_NAMESPACE_BEGIN
     };
 
     template <typename A>
-    constexpr lift_t<A> lift{};
+    BOOST_HANA_INLINE_VARIABLE constexpr lift_t<A> lift{};
 #endif
-BOOST_HANA_NAMESPACE_END
+}} // end namespace boost::hana
 
 #endif // !BOOST_HANA_FWD_LIFT_HPP