From 9f10fc03ce3aa2be23c776ff299e90a066cafb3c Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Thu, 28 Jul 2005 04:19:28 +0000 Subject: [PATCH] More Parameter library reference edits [SVN r30276] --- utility.htm | 1 + 1 file changed, 1 insertion(+) diff --git a/utility.htm b/utility.htm index 1a1102e..16616ad 100644 --- a/utility.htm +++ b/utility.htm @@ -175,6 +175,7 @@ void f() { BOOST_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. 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.

Class templates for the Base-from-Member Idiom