mirror of
https://github.com/boostorg/utility.git
synced 2025-05-09 23:14:02 +00:00
added clarification to result_of doc
[SVN r72377]
This commit is contained in:
parent
6d196c4244
commit
9525d062b3
11
utility.htm
11
utility.htm
@ -230,11 +230,12 @@ typedef boost::result_of<
|
|||||||
support <code>decltype</code>, so if you use the above
|
support <code>decltype</code>, so if you use the above
|
||||||
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 accurately
|
||||||
accurate. If you wish to continue to use the protocol
|
represent the result type. If you wish to continue to
|
||||||
on compilers that support <code>decltype</code>,
|
use the protocol on compilers that
|
||||||
use <code>boost::tr1_result_of</code>, which is
|
support <code>decltype</code>,
|
||||||
also defined
|
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>
|
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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user