diff --git a/include/boost/utility/result_of.hpp b/include/boost/utility/result_of.hpp
index f58c3b3..851d39e 100644
--- a/include/boost/utility/result_of.hpp
+++ b/include/boost/utility/result_of.hpp
@@ -59,7 +59,7 @@ struct result_of : get_result_ofBOOST_RESULT_OF_NUM_ARGS
to the maximum
value for N.
This implementation of result_of
requires class template partial specialization, the ability to parse function types properly, and support for SFINAE. Contributed by Doug Gregor.
This implementation of result_of
requires class template partial specialization, the ability to parse function types properly, and support for SFINAE. If result_of
is not supported by your compiler, including the header boost/utility/result_of.hpp
will define the macro BOOST_NO_RESULT_OF
. Contributed by Doug Gregor.