]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/fwd/then.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / hana / fwd / then.hpp
index b4adf3d4feefc1dac63ad3b0bbbf03412c0975be..8b8dd9b83b733e4ce38d8dcd410dab3bb214fd27 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 {
     //! Sequentially compose two monadic actions, discarding any value
     //! produced by the first but not its effects.
     //! @ingroup group-Monad
@@ -45,8 +45,8 @@ BOOST_HANA_NAMESPACE_BEGIN
         constexpr decltype(auto) operator()(Before&& before, Xs&& xs) const;
     };
 
-    constexpr then_t then{};
+    BOOST_HANA_INLINE_VARIABLE constexpr then_t then{};
 #endif
-BOOST_HANA_NAMESPACE_END
+}} // end namespace boost::hana
 
 #endif // !BOOST_HANA_FWD_THEN_HPP