]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/fwd/reverse.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / hana / fwd / reverse.hpp
index b47b610bb86dfd04ab4cafe687492abaada7fa05..9f952f5e59dd2a83dd5ccc84ecc218eadc9b7f24 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 {
     //! Reverse a sequence.
     //! @ingroup group-Sequence
     //!
@@ -42,8 +42,8 @@ BOOST_HANA_NAMESPACE_BEGIN
         constexpr auto operator()(Xs&& xs) const;
     };
 
-    constexpr reverse_t reverse{};
+    BOOST_HANA_INLINE_VARIABLE constexpr reverse_t reverse{};
 #endif
-BOOST_HANA_NAMESPACE_END
+}} // end namespace boost::hana
 
 #endif // !BOOST_HANA_FWD_REVERSE_HPP