]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/functional/flip.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / hana / functional / flip.hpp
index d896f5e8d31da7411d39ec61235ef7efcc25b805..540ef76e1b4d5fab05a10b7c07f628cecc91601c 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
     //! Invoke a function with its two first arguments reversed.
     //!
@@ -66,8 +66,8 @@ BOOST_HANA_NAMESPACE_BEGIN
         }
     };
 
-    constexpr detail::create<flip_t> flip{};
+    BOOST_HANA_INLINE_VARIABLE constexpr detail::create<flip_t> flip{};
 #endif
-BOOST_HANA_NAMESPACE_END
+}} // end namespace boost::hana
 
 #endif // !BOOST_HANA_FUNCTIONAL_FLIP_HPP