]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/functional/compose.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / hana / functional / compose.hpp
index bbc53f6ff4f669f66547f4b6fd621ac82a065d75..07cea3da489ab4f897a16ba40f59a391b731f0b8 100644 (file)
@@ -17,7 +17,7 @@ Distributed under the Boost Software License, Version 1.0.
 #include <utility>
 
 
-BOOST_HANA_NAMESPACE_BEGIN
+namespace boost { namespace hana {
     //! @ingroup group-functional
     //! Return the composition of two functions or more.
     //!
@@ -101,8 +101,8 @@ BOOST_HANA_NAMESPACE_BEGIN
         }
     };
 
-    constexpr _make_compose compose{};
+    BOOST_HANA_INLINE_VARIABLE constexpr _make_compose compose{};
 #endif
-BOOST_HANA_NAMESPACE_END
+}} // end namespace boost::hana
 
 #endif // !BOOST_HANA_FUNCTIONAL_COMPOSE_HPP