]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/fwd/while.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / hana / fwd / while.hpp
index 14923797b564f3afb27f6f082459e46bf38b8a3c..cbc2b4569d3c5406221ad960d0bc9baeecedad1d 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 {
     //! Apply a function to an initial state while some predicate is satisfied.
     //! @ingroup group-Logical
     //!
@@ -64,8 +64,8 @@ BOOST_HANA_NAMESPACE_BEGIN
         constexpr decltype(auto) operator()(Pred&& pred, State&& state, F&& f) const;
     };
 
-    constexpr while_t while_{};
+    BOOST_HANA_INLINE_VARIABLE constexpr while_t while_{};
 #endif
-BOOST_HANA_NAMESPACE_END
+}} // end namespace boost::hana
 
 #endif // !BOOST_HANA_FWD_WHILE_HPP