]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/functional/id.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / hana / functional / id.hpp
index 04c9443b94dc887262d954765299707a124dfcea..3f13b06cbb886c7b320112fe7c7c74a4f8a8f181 100644 (file)
@@ -13,7 +13,7 @@ Distributed under the Boost Software License, Version 1.0.
 #include <boost/hana/config.hpp>
 
 
-BOOST_HANA_NAMESPACE_BEGIN
+namespace boost { namespace hana {
     //! @ingroup group-functional
     //! The identity function -- returns its argument unchanged.
     //!
@@ -31,8 +31,8 @@ BOOST_HANA_NAMESPACE_BEGIN
         }
     };
 
-    constexpr id_t id{};
+    BOOST_HANA_INLINE_VARIABLE constexpr id_t id{};
 #endif
-BOOST_HANA_NAMESPACE_END
+}} // end namespace boost::hana
 
 #endif // !BOOST_HANA_FUNCTIONAL_ID_HPP