]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/experimental/printable.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / hana / experimental / printable.hpp
index 637ebe69274668e8b6d368948f3f58b67bf35b07..ee44a146e9f02d191deeec48e63027d058344a0c 100644 (file)
@@ -40,7 +40,7 @@ Distributed under the Boost Software License, Version 1.0.
 #include <utility>
 
 
-BOOST_HANA_NAMESPACE_BEGIN namespace experimental {
+namespace boost { namespace hana { namespace experimental {
     template <typename T>
     struct Printable;
 
@@ -87,7 +87,7 @@ BOOST_HANA_NAMESPACE_BEGIN namespace experimental {
         }
     };
 
-    constexpr print_t print{};
+    BOOST_HANA_INLINE_VARIABLE constexpr print_t print{};
 #endif
 
     // Define the `Printable` concept
@@ -252,6 +252,6 @@ BOOST_HANA_NAMESPACE_BEGIN namespace experimental {
             return "type<" + boost::core::demangle(typeid(Type).name()) + '>';
         }
     };
-} BOOST_HANA_NAMESPACE_END
+} }} // end namespace boost::hana
 
 #endif // !BOOST_HANA_EXPERIMENTAL_PRINTABLE_HPP