]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/fwd/replace_if.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / hana / fwd / replace_if.hpp
index 48d5b4c15c2dd7c042b10574a20e83ca0632523e..8f404fe74995bf60ba373458f9ec1d50a22f9805 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 {
     //! Replace all the elements of a structure satisfying a `predicate`
     //! with a fixed value.
     //! @ingroup group-Functor
@@ -56,8 +56,8 @@ BOOST_HANA_NAMESPACE_BEGIN
         constexpr auto operator()(Xs&& xs, Pred&& pred, Value&& value) const;
     };
 
-    constexpr replace_if_t replace_if{};
+    BOOST_HANA_INLINE_VARIABLE constexpr replace_if_t replace_if{};
 #endif
-BOOST_HANA_NAMESPACE_END
+}} // end namespace boost::hana
 
 #endif // !BOOST_HANA_FWD_REPLACE_IF_HPP