added clarification to result_of doc

[SVN r72377]
This commit is contained in:
Daniel Walker 2011-06-03 14:45:59 +00:00
parent 6d196c4244
commit 9525d062b3

View File

@ -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&lt;&gt;</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&lt;&gt;</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>&lt;<a href="../../boost/utility/result_of.hpp">boost/utility/result_of.hpp</a>&gt;</code>.</p>
<a name="BOOST_NO_RESULT_OF"></a>