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>
.