mirror of
https://github.com/boostorg/utility.git
synced 2025-05-08 18:34: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
|
||||
protocol please take care to ensure that
|
||||
the <code>result_type</code>
|
||||
and <code>result<></code> members are
|
||||
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
|
||||
and <code>result<></code> members accurately
|
||||
represent the result type. 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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user