]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/fwd/cycle.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / hana / fwd / cycle.hpp
index 268e7daf432b08bcf0c375e6ea2c8ea658d1e6f8..6a3a76e3a9a0bdf2488cd27adc89000b5c7399db 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 {
     //! Combine a monadic structure with itself `n` times.
     //! @ingroup group-MonadPlus
     //!
@@ -69,8 +69,8 @@ BOOST_HANA_NAMESPACE_BEGIN
         constexpr auto operator()(Xs&& xs, N const& n) const;
     };
 
-    constexpr cycle_t cycle{};
+    BOOST_HANA_INLINE_VARIABLE constexpr cycle_t cycle{};
 #endif
-BOOST_HANA_NAMESPACE_END
+}} // end namespace boost::hana
 
 #endif // !BOOST_HANA_FWD_CYCLE_HPP