]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/fwd/all.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / hana / fwd / all.hpp
index eca239ebefc5adf44165875a3826a23479fad10a..692c1ca3ed2cd65193219ca0c0809dbbc3007f0f 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 {
     //! Returns whether all the keys of the structure are true-valued.
     //! @ingroup group-Searchable
     //!
@@ -39,8 +39,8 @@ BOOST_HANA_NAMESPACE_BEGIN
         constexpr auto operator()(Xs&& xs) const;
     };
 
-    constexpr all_t all{};
+    BOOST_HANA_INLINE_VARIABLE constexpr all_t all{};
 #endif
-BOOST_HANA_NAMESPACE_END
+}} // end namespace boost::hana
 
 #endif // !BOOST_HANA_FWD_ALL_HPP