]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/fwd/none_of.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / hana / fwd / none_of.hpp
index 3e57cf1d65771ff57a77d90e2251239c5561f21d..7c12e20d7cf84167040481625c52f8f257b9abf3 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 none of the keys of the structure satisfy the
     //! `predicate`.
     //! @ingroup group-Searchable
@@ -48,8 +48,8 @@ BOOST_HANA_NAMESPACE_BEGIN
         constexpr auto operator()(Xs&& xs, Pred&& pred) const;
     };
 
-    constexpr none_of_t none_of{};
+    BOOST_HANA_INLINE_VARIABLE constexpr none_of_t none_of{};
 #endif
-BOOST_HANA_NAMESPACE_END
+}} // end namespace boost::hana
 
 #endif // !BOOST_HANA_FWD_NONE_OF_HPP