]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/callable_traits/return_type.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / callable_traits / return_type.hpp
index 586b0d24933b12a33088ec1fd00edecb30754d54..346747d5119c4b4f83d4f18e0735bb5153bf0cb6 100644 (file)
@@ -71,7 +71,7 @@ struct return_type : detail::return_type_impl<T> {};
 
 [heading Input/Output Examples]
 [table
-    [[`T`]                              [`return_type_t<T, std::tuple>`]]
+    [[`T`]                              [`return_type_t<T>`]]
     [[`void()`]                         [`void`]]
     [[`float(*)()`]                     [`float`]]
     [[`const char*(&)()`]               [`const char *`]]