|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r72377 - trunk/libs/utility
From: daniel.j.walker_at_[hidden]
Date: 2011-06-03 10:45:59
Author: djwalker
Date: 2011-06-03 10:45:59 EDT (Fri, 03 Jun 2011)
New Revision: 72377
URL: http://svn.boost.org/trac/boost/changeset/72377
Log:
added clarification to result_of doc
Text files modified:
trunk/libs/utility/utility.htm | 11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)
Modified: trunk/libs/utility/utility.htm
==============================================================================
--- trunk/libs/utility/utility.htm (original)
+++ trunk/libs/utility/utility.htm 2011-06-03 10:45:59 EDT (Fri, 03 Jun 2011)
@@ -230,11 +230,12 @@
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><boost/utility/result_of.hpp></code>.</p>
<a name="BOOST_NO_RESULT_OF"></a>
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk