forked from boostorg/utility
added tr1_result_of info to result_of doc
[SVN r72337]
This commit is contained in:
@@ -231,7 +231,11 @@ typedef boost::result_of<
|
|||||||
protocol please take care to ensure that
|
protocol please take care to ensure that
|
||||||
the <code>result_type</code>
|
the <code>result_type</code>
|
||||||
and <code>result<></code> members are
|
and <code>result<></code> members are
|
||||||
accurate.</p>
|
accurate. If you wish to continue to use the protocol
|
||||||
|
on compilers that support <code>decltype</code>,
|
||||||
|
use <code>boost::tr1_result_of</code>, which is
|
||||||
|
also defined
|
||||||
|
in <code><<a href="../../boost/utility/result_of.hpp">boost/utility/result_of.hpp</a>></code>.</p>
|
||||||
|
|
||||||
<a name="BOOST_NO_RESULT_OF"></a>
|
<a name="BOOST_NO_RESULT_OF"></a>
|
||||||
<p>This implementation of <code>result_of</code>
|
<p>This implementation of <code>result_of</code>
|
||||||
|
Reference in New Issue
Block a user