]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/fwd/concept/comparable.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / hana / fwd / concept / comparable.hpp
index db1b45d9475ae4ceb677db3b6ae0163791ccf133..6cc0508c8532ec49e1a7e66574ed9e3883aeaf77 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-concepts
     //! @defgroup group-Comparable Comparable
     //! The `Comparable` concept defines equality and inequality.
@@ -155,6 +155,6 @@ BOOST_HANA_NAMESPACE_BEGIN
     //! [4]: http://en.wikipedia.org/wiki/Injective_function
     template <typename T>
     struct Comparable;
-BOOST_HANA_NAMESPACE_END
+}} // end namespace boost::hana
 
 #endif // !BOOST_HANA_FWD_CONCEPT_COMPARABLE_HPP