summaryrefslogtreecommitdiff
path: root/doc/html/boost_asio/reference/io_context__strand/post.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost_asio/reference/io_context__strand/post.html')
-rw-r--r--doc/html/boost_asio/reference/io_context__strand/post.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/boost_asio/reference/io_context__strand/post.html b/doc/html/boost_asio/reference/io_context__strand/post.html
index 00e69c5e3f..f094b27d19 100644
--- a/doc/html/boost_asio/reference/io_context__strand/post.html
+++ b/doc/html/boost_asio/reference/io_context__strand/post.html
@@ -44,15 +44,15 @@ void <a class="link" href="post/overload1.html" title="io_context::strand::post
Request the strand to invoke the given handler and return immediately.
</p>
<pre class="programlisting">template&lt;
- typename <a class="link" href="../CompletionHandler.html" title="Completion handler requirements">CompletionHandler</a>&gt;
+ typename <a class="link" href="../LegacyCompletionHandler.html" title="Legacy completion handler requirements">LegacyCompletionHandler</a>&gt;
<a class="link" href="../asynchronous_operations/automatic_deduction_of_initiating_function_return_type.html" title="Automatic deduction of initiating function return type"><span class="emphasis"><em>DEDUCED</em></span></a> <a class="link" href="post/overload2.html" title="io_context::strand::post (2 of 2 overloads)">post</a>(
- CompletionHandler &amp;&amp; handler);
+ LegacyCompletionHandler &amp;&amp; handler);
<span class="emphasis"><em>&#187; <a class="link" href="post/overload2.html" title="io_context::strand::post (2 of 2 overloads)">more...</a></em></span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2017 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2018 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>