]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/fwd/reverse_fold.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / hana / fwd / reverse_fold.hpp
index 607dd2dc4d105c5e63e6717beed0a4432793001a..ab2960af6783729943d906fefbe151710f76c1af 100644 (file)
@@ -13,7 +13,7 @@ Distributed under the Boost Software License, Version 1.0.
 #include <boost/hana/config.hpp>
 
 
-BOOST_HANA_NAMESPACE_BEGIN
+namespace boost { namespace hana {
     //! Equivalent to `reverse_fold` in Boost.Fusion and Boost.MPL.
     //! @ingroup group-Foldable
     //!
@@ -77,8 +77,8 @@ BOOST_HANA_NAMESPACE_BEGIN
         constexpr decltype(auto) operator()(Xs&& xs, F&& f) const;
     };
 
-    constexpr reverse_fold_t reverse_fold{};
+    BOOST_HANA_INLINE_VARIABLE constexpr reverse_fold_t reverse_fold{};
 #endif
-BOOST_HANA_NAMESPACE_END
+}} // end namespace boost::hana
 
 #endif // !BOOST_HANA_FWD_REVERSE_FOLD_HPP