]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/fwd/pair.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / hana / fwd / pair.hpp
index 1ce0e2277244950fb1117292d136b9046129cac8..d8344ad86a6bd3ffd2e2ef8d06612982764d9ffb 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
     //! Generic container for two elements.
     //!
@@ -152,7 +152,7 @@ BOOST_HANA_NAMESPACE_BEGIN
     //! Example
     //! -------
     //! @include example/pair/make.cpp
-    constexpr auto make_pair = make<pair_tag>;
-BOOST_HANA_NAMESPACE_END
+    BOOST_HANA_INLINE_VARIABLE constexpr auto make_pair = make<pair_tag>;
+}} // end namespace boost::hana
 
 #endif // !BOOST_HANA_FWD_PAIR_HPP