summaryrefslogtreecommitdiff
path: root/doc/html/boost_asio/reference/read/overload7.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost_asio/reference/read/overload7.html')
-rw-r--r--doc/html/boost_asio/reference/read/overload7.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/boost_asio/reference/read/overload7.html b/doc/html/boost_asio/reference/read/overload7.html
index 58417ed596..20f8a737ec 100644
--- a/doc/html/boost_asio/reference/read/overload7.html
+++ b/doc/html/boost_asio/reference/read/overload7.html
@@ -38,7 +38,7 @@ std::size_t read(
SyncReadStream & s,
DynamicBuffer && buffers,
CompletionCondition completion_condition,
- typename enable_if< is_dynamic_buffer< DynamicBuffer >::value >::type * = 0);
+ typename enable_if< is_dynamic_buffer< typename decay< DynamicBuffer >::type >::value >::type * = 0);
</pre>
<p>
This function is used to read a certain number of bytes of data from a
@@ -119,7 +119,7 @@ std::size_t read(
</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>