]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/fwd/is_subset.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / hana / fwd / is_subset.hpp
index aceb85aa86142f0106bec0037e4fb1f4d748c94f..1429f7cc083757c340cc4b6f14028618b0f4b6bf 100644 (file)
@@ -16,7 +16,7 @@ Distributed under the Boost Software License, Version 1.0.
 #include <boost/hana/functional/infix.hpp>
 
 
-BOOST_HANA_NAMESPACE_BEGIN
+namespace boost { namespace hana {
     //! Returns whether a structure contains a subset of the keys of
     //! another structure.
     //! @ingroup group-Searchable
@@ -72,8 +72,8 @@ BOOST_HANA_NAMESPACE_BEGIN
         constexpr auto operator()(Xs&& xs, Ys&& ys) const;
     };
 
-    constexpr auto is_subset = hana::infix(is_subset_t{});
+    BOOST_HANA_INLINE_VARIABLE constexpr auto is_subset = hana::infix(is_subset_t{});
 #endif
-BOOST_HANA_NAMESPACE_END
+}} // end namespace boost::hana
 
 #endif // !BOOST_HANA_FWD_IS_SUBSET_HPP