More Parameter library reference edits

[SVN r30276]
This commit is contained in:
Dave Abrahams 2005-07-28 04:19:28 +00:00
parent 84fbb3c896
commit 9f10fc03ce

View File

@ -175,6 +175,7 @@ void f() {
<code>BOOST_RESULT_OF_NUM_ARGS</code> to the maximum <code>BOOST_RESULT_OF_NUM_ARGS</code> to the maximum
value for <em>N</em>.</p> value for <em>N</em>.</p>
<a name="BOOST_NO_RESULT_OF"></a>
<p>This implementation of <code>result_of</code> requires class template partial specialization, the ability to parse function types properly, and support for SFINAE. If <code>result_of</code> is not supported by your compiler, including the header <code>boost/utility/result_of.hpp</code> will define the macro <code>BOOST_NO_RESULT_OF</code>. Contributed by Doug Gregor.</p> <p>This implementation of <code>result_of</code> requires class template partial specialization, the ability to parse function types properly, and support for SFINAE. If <code>result_of</code> is not supported by your compiler, including the header <code>boost/utility/result_of.hpp</code> will define the macro <code>BOOST_NO_RESULT_OF</code>. Contributed by Doug Gregor.</p>
<h2>Class templates for the Base-from-Member Idiom</h2> <h2>Class templates for the Base-from-Member Idiom</h2>