]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/fwd/scan_right.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / hana / fwd / scan_right.hpp
index c99cc911e9720ed30a8f4cdc8b83e720064ea8d6..b3a41bb0f53b749af72ec49a1f7ba30db1a38a73 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 {
     //! Fold a Sequence to the right and return a list containing the
     //! successive reduction states.
     //! @ingroup group-Sequence
@@ -98,8 +98,8 @@ BOOST_HANA_NAMESPACE_BEGIN
         constexpr auto operator()(Xs&& xs, F const& f) const;
     };
 
-    constexpr scan_right_t scan_right{};
+    BOOST_HANA_INLINE_VARIABLE constexpr scan_right_t scan_right{};
 #endif
-BOOST_HANA_NAMESPACE_END
+}} // end namespace boost::hana
 
 #endif // !BOOST_HANA_FWD_SCAN_RIGHT_HPP