]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/functional/demux.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / hana / functional / demux.hpp
index f76b68ed48d5adb3dc62d4ee8e60bd5e0b0a6bd2..9854ec631a03f9f5b3146eaad8281b871fd77267 100644 (file)
@@ -18,7 +18,7 @@ Distributed under the Boost Software License, Version 1.0.
 #include <utility>
 
 
-BOOST_HANA_NAMESPACE_BEGIN
+namespace boost { namespace hana {
     //! @ingroup group-functional
     //! Invoke a function with the results of invoking other functions
     //! on its arguments.
@@ -262,8 +262,8 @@ BOOST_HANA_NAMESPACE_BEGIN
         }
     };
 
-    constexpr make_pre_demux_t demux{};
+    BOOST_HANA_INLINE_VARIABLE constexpr make_pre_demux_t demux{};
 #endif
-BOOST_HANA_NAMESPACE_END
+}} // end namespace boost::hana
 
 #endif // !BOOST_HANA_FUNCTIONAL_DEMUX_HPP