]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/detail/variadic/take.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / hana / detail / variadic / take.hpp
index 4d97a5b85392c8ef8ebe5d05ae9ee36ebf1eb9a8..a9e46e19e4fc81bc7275e18a2f0ae863a7ae1cc9 100644 (file)
@@ -18,7 +18,7 @@ Distributed under the Boost Software License, Version 1.0.
 #include <cstddef>
 
 
-BOOST_HANA_NAMESPACE_BEGIN namespace detail { namespace variadic {
+namespace boost { namespace hana { namespace detail { namespace variadic {
     struct take_impl2 {
         template <typename F, typename ...Xs>
         constexpr decltype(auto) operator()(F&& f, Xs&& ...xs) const {
@@ -45,7 +45,7 @@ BOOST_HANA_NAMESPACE_BEGIN namespace detail { namespace variadic {
     };
 
     template <std::size_t n>
-    constexpr take_t<n> take{};
-}} BOOST_HANA_NAMESPACE_END
+    BOOST_HANA_INLINE_VARIABLE constexpr take_t<n> take{};
+}} }} // end namespace boost::hana
 
 #endif // !BOOST_HANA_DETAIL_VARIADIC_TAKE_HPP