]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/fwd/unpack.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / hana / fwd / unpack.hpp
index f66c29ae8b49b99ff752e64a348149d4200cd250..f6520f94435ae9dfcc4f1c2ae4056adf160f4265 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 {
     //! Invoke a function with the elements of a Foldable as arguments.
     //! @ingroup group-Foldable
     //!
@@ -88,8 +88,8 @@ BOOST_HANA_NAMESPACE_BEGIN
         constexpr decltype(auto) operator()(Xs&& xs, F&& f) const;
     };
 
-    constexpr unpack_t unpack{};
+    BOOST_HANA_INLINE_VARIABLE constexpr unpack_t unpack{};
 #endif
-BOOST_HANA_NAMESPACE_END
+}} // end namespace boost::hana
 
 #endif // !BOOST_HANA_FWD_UNPACK_HPP