From 9525d062b36ab11b5bee4d684810cba7f06ce1e3 Mon Sep 17 00:00:00 2001 From: Daniel Walker Date: Fri, 3 Jun 2011 14:45:59 +0000 Subject: [PATCH] added clarification to result_of doc [SVN r72377] --- utility.htm | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/utility.htm b/utility.htm index 5108060..474a338 100644 --- a/utility.htm +++ b/utility.htm @@ -230,11 +230,12 @@ typedef boost::result_of< support decltype, so if you use the above protocol please take care to ensure that the result_type - and result<> members are - accurate. If you wish to continue to use the protocol - on compilers that support decltype, - use boost::tr1_result_of, which is - also defined + and result<> members accurately + represent the result type. 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>.