]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/spawn/include/spawn/detail/is_stack_allocator.hpp
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / spawn / include / spawn / detail / is_stack_allocator.hpp
index 0ca16ce84145b31058955717863a67f72076d191..6f0d85426b549db2d5e3dbac21665bf73e9ba6ce 100644 (file)
@@ -14,7 +14,8 @@
 
 #include <boost/type_traits/make_void.hpp>
 
-namespace spawn::detail {
+namespace spawn {
+namespace detail {
 
 template <typename T, typename = void>
 struct is_stack_allocator : std::false_type {};
@@ -27,4 +28,5 @@ struct is_stack_allocator<T, boost::void_t<decltype(
     std::declval<T&>().deallocate(std::declval<boost::context::stack_context&>())
     )>> : std::true_type {};
 
-} // namespace spawn::detail
+} // namespace detail
+} // namespace spawn