summaryrefslogtreecommitdiff
path: root/doc/html/boost_asio/reference/async_write.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost_asio/reference/async_write.html')
-rw-r--r--doc/html/boost_asio/reference/async_write.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/boost_asio/reference/async_write.html b/doc/html/boost_asio/reference/async_write.html
index 0874f14adb..b65b60a9bc 100644
--- a/doc/html/boost_asio/reference/async_write.html
+++ b/doc/html/boost_asio/reference/async_write.html
@@ -63,7 +63,7 @@ template<
AsyncWriteStream & s,
DynamicBuffer && buffers,
WriteHandler && handler,
- typename enable_if< is_dynamic_buffer< DynamicBuffer >::value >::type * = 0);
+ typename enable_if< is_dynamic_buffer< typename decay< DynamicBuffer >::type >::value >::type * = 0);
<span class="emphasis"><em>&#187; <a class="link" href="async_write/overload3.html" title="async_write (3 of 6 overloads)">more...</a></em></span>
template&lt;
@@ -76,7 +76,7 @@ template&lt;
DynamicBuffer &amp;&amp; buffers,
CompletionCondition completion_condition,
WriteHandler &amp;&amp; handler,
- typename enable_if&lt; is_dynamic_buffer&lt; DynamicBuffer &gt;::value &gt;::type * = 0);
+ typename enable_if&lt; is_dynamic_buffer&lt; typename decay&lt; DynamicBuffer &gt;::type &gt;::value &gt;::type * = 0);
<span class="emphasis"><em>&#187; <a class="link" href="async_write/overload4.html" title="async_write (4 of 6 overloads)">more...</a></em></span>
template&lt;
@@ -114,7 +114,7 @@ template&lt;
</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>