summaryrefslogtreecommitdiff
path: root/doc/html/boost_asio/reference/make_work_guard/overload5.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost_asio/reference/make_work_guard/overload5.html')
-rw-r--r--doc/html/boost_asio/reference/make_work_guard/overload5.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/boost_asio/reference/make_work_guard/overload5.html b/doc/html/boost_asio/reference/make_work_guard/overload5.html
index b4c5cc30dc..c925a23222 100644
--- a/doc/html/boost_asio/reference/make_work_guard/overload5.html
+++ b/doc/html/boost_asio/reference/make_work_guard/overload5.html
@@ -37,12 +37,12 @@
executor_work_guard< typename associated_executor< T, typename ExecutionContext::executor_type >::type > make_work_guard(
const T & t,
ExecutionContext & ctx,
- typename enable_if<!is_executor< T >::value &&!is_convertible< T &, execution_context & >::value >::type * = 0);
+ typename enable_if<!is_executor< T >::value &&!is_convertible< T &, execution_context & >::value &&is_convertible< ExecutionContext &, execution_context & >::value >::type * = 0);
</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>