]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/fwd/basic_tuple.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / hana / fwd / basic_tuple.hpp
index 69d4073f034d5741c5304d8786ce6cd24870db4b..4563b249ad3b52d9a4d24fc38f18715cd77f939e 100644 (file)
@@ -14,7 +14,7 @@ Distributed under the Boost Software License, Version 1.0.
 #include <boost/hana/fwd/core/make.hpp>
 
 
-BOOST_HANA_NAMESPACE_BEGIN
+namespace boost { namespace hana {
     //! @ingroup group-datatypes
     //! Stripped down version of `hana::tuple`.
     //!
@@ -64,7 +64,7 @@ BOOST_HANA_NAMESPACE_BEGIN
     //! Example
     //! -------
     //! @include example/basic_tuple/make.cpp
-    constexpr auto make_basic_tuple = make<basic_tuple_tag>;
-BOOST_HANA_NAMESPACE_END
+    BOOST_HANA_INLINE_VARIABLE constexpr auto make_basic_tuple = make<basic_tuple_tag>;
+}} // end namespace boost::hana
 
 #endif // !BOOST_HANA_FWD_BASIC_TUPLE_HPP