From 6d196c4244b69a09e10f586e19418275dddb1550 Mon Sep 17 00:00:00 2001 From: Daniel Walker Date: Wed, 1 Jun 2011 20:02:40 +0000 Subject: [PATCH] added tr1_result_of info to result_of doc [SVN r72337] --- utility.htm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/utility.htm b/utility.htm index bca0e52..5108060 100644 --- a/utility.htm +++ b/utility.htm @@ -231,7 +231,11 @@ typedef boost::result_of< protocol please take care to ensure that the result_type and result<> members are - accurate.

+ accurate. If you wish to continue to use the protocol + on compilers that support decltype, + use boost::tr1_result_of, which is + also defined + in <boost/utility/result_of.hpp>.

This implementation of result_of