]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/fwd/count.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / hana / fwd / count.hpp
index 3bfdda53d6a7128fb4cb7c423928d49c320fbd0c..00c5f828a5b003fe99503e2811e1a0141fd8bf86 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 {
     //! Return the number of elements in the structure that compare equal to
     //! a given value.
     //! @ingroup group-Foldable
@@ -50,8 +50,8 @@ BOOST_HANA_NAMESPACE_BEGIN
         constexpr auto operator()(Xs&& xs, Value&& value) const;
     };
 
-    constexpr count_t count{};
+    BOOST_HANA_INLINE_VARIABLE constexpr count_t count{};
 #endif
-BOOST_HANA_NAMESPACE_END
+}} // end namespace boost::hana
 
 #endif // !BOOST_HANA_FWD_COUNT_HPP