]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/fwd/maximum.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / hana / fwd / maximum.hpp
index 9a49e83d405104c6ad66e39df6133b27d9de044e..e1f99a92511dfe7aa5f7e4272931782806ec4950 100644 (file)
@@ -15,7 +15,7 @@ Distributed under the Boost Software License, Version 1.0.
 #include <boost/hana/detail/nested_by_fwd.hpp>
 
 
-BOOST_HANA_NAMESPACE_BEGIN
+namespace boost { namespace hana {
     //! Return the greatest element of a non-empty structure with respect to
     //! a `predicate`, by default `less`.
     //! @ingroup group-Foldable
@@ -109,8 +109,8 @@ BOOST_HANA_NAMESPACE_BEGIN
         constexpr decltype(auto) operator()(Xs&& xs, Predicate&& pred) const;
     };
 
-    constexpr maximum_t maximum{};
+    BOOST_HANA_INLINE_VARIABLE constexpr maximum_t maximum{};
 #endif
-BOOST_HANA_NAMESPACE_END
+}} // end namespace boost::hana
 
 #endif // !BOOST_HANA_FWD_MAXIMUM_HPP