From 9f10fc03ce3aa2be23c776ff299e90a066cafb3c Mon Sep 17 00:00:00 2001
From: Dave Abrahams 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.