]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/fwd/length.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / hana / fwd / length.hpp
index 331b1d93d2212253cf485470245203e76db00d4c..5415a32e74ec3739175ac5f5c02335ce8b3fa747 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 a foldable structure.
     //! @ingroup group-Foldable
     //!
@@ -43,8 +43,8 @@ BOOST_HANA_NAMESPACE_BEGIN
         constexpr auto operator()(Xs const& xs) const;
     };
 
-    constexpr length_t length{};
+    BOOST_HANA_INLINE_VARIABLE constexpr length_t length{};
 #endif
-BOOST_HANA_NAMESPACE_END
+}} // end namespace boost::hana
 
 #endif // !BOOST_HANA_FWD_LENGTH_HPP