diff --git a/utility.htm b/utility.htm index b9707db..bca0e52 100644 --- a/utility.htm +++ b/utility.htm @@ -224,6 +224,15 @@ typedef boost::result_of< >::type type; +

In a future + release, BOOST_RESULT_OF_USE_DECLTYPE + may be enabled by default on compilers that + support decltype, so if you use the above + protocol please take care to ensure that + the result_type + and result<> members are + accurate.

+

This implementation of result_of requires class template partial specialization, the