]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/functional/always.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / hana / functional / always.hpp
index df41b851e7bddefdf1ba2c592dab3963bae6498e..74cbc2bd9ca70bcfadb2f283d90de122b5da2053 100644 (file)
@@ -16,7 +16,7 @@ Distributed under the Boost Software License, Version 1.0.
 #include <utility>
 
 
-BOOST_HANA_NAMESPACE_BEGIN
+namespace boost { namespace hana {
     //! @ingroup group-functional
     //! Return a constant function returning `x` regardless of the
     //! argument(s) it is invoked with.
@@ -57,8 +57,8 @@ BOOST_HANA_NAMESPACE_BEGIN
         { return std::move(val_); }
     };
 
-    constexpr detail::create<_always> always{};
+    BOOST_HANA_INLINE_VARIABLE constexpr detail::create<_always> always{};
 #endif
-BOOST_HANA_NAMESPACE_END
+}} // end namespace boost::hana
 
 #endif // !BOOST_HANA_FUNCTIONAL_ALWAYS_HPP