X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fsrc%2Fboost%2Fboost%2Fhana%2Ffwd%2Fscan_right.hpp;fp=ceph%2Fsrc%2Fboost%2Fboost%2Fhana%2Ffwd%2Fscan_right.hpp;h=b3a41bb0f53b749af72ec49a1f7ba30db1a38a73;hb=1e59de90020f1d8d374046ef9cca56ccd4e806e2;hp=c99cc911e9720ed30a8f4cdc8b83e720064ea8d6;hpb=bd41e436e25044e8e83156060a37c23cb661c364;p=ceph.git diff --git a/ceph/src/boost/boost/hana/fwd/scan_right.hpp b/ceph/src/boost/boost/hana/fwd/scan_right.hpp index c99cc911e..b3a41bb0f 100644 --- a/ceph/src/boost/boost/hana/fwd/scan_right.hpp +++ b/ceph/src/boost/boost/hana/fwd/scan_right.hpp @@ -14,7 +14,7 @@ Distributed under the Boost Software License, Version 1.0. #include -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