]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/detail/variadic/drop_into.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / hana / detail / variadic / drop_into.hpp
index b31d1e98d54b5aa95b319249744b8d436a48929a..1932bfc9239bf268c6a3dcb9c1b741184f5371f8 100644 (file)
@@ -16,7 +16,7 @@ Distributed under the Boost Software License, Version 1.0.
 #include <utility>
 
 
-BOOST_HANA_NAMESPACE_BEGIN namespace detail { namespace variadic {
+namespace boost { namespace hana { namespace detail { namespace variadic {
     template <std::size_t n, typename F, typename = std::make_index_sequence<n>>
     struct dropper;
 
@@ -41,7 +41,7 @@ BOOST_HANA_NAMESPACE_BEGIN namespace detail { namespace variadic {
     };
 
     template <std::size_t n>
-    constexpr make_dropper<n> drop_into{};
-}} BOOST_HANA_NAMESPACE_END
+    BOOST_HANA_INLINE_VARIABLE constexpr make_dropper<n> drop_into{};
+}} }} // end namespace boost::hana
 
 #endif // !BOOST_HANA_DETAIL_VARIADIC_DROP_INTO_HPP