]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/fwd/div.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / hana / fwd / div.hpp
index 6f35b4abe391259788904008d43478bba7b18582..c7137974c25ce82ebb53caec11bfad70384156d0 100644 (file)
@@ -14,7 +14,7 @@ Distributed under the Boost Software License, Version 1.0.
 #include <boost/hana/core/when.hpp>
 
 
-BOOST_HANA_NAMESPACE_BEGIN
+namespace boost { namespace hana {
     //! Generalized integer division.
     //! @ingroup group-EuclideanRing
     //!
@@ -52,8 +52,8 @@ BOOST_HANA_NAMESPACE_BEGIN
         constexpr decltype(auto) operator()(X&& x, Y&& y) const;
     };
 
-    constexpr div_t div{};
+    BOOST_HANA_INLINE_VARIABLE constexpr div_t div{};
 #endif
-BOOST_HANA_NAMESPACE_END
+}} // end namespace boost::hana
 
 #endif // !BOOST_HANA_FWD_DIV_HPP