Add Boost.Typeof support to Boost.Function. Fixes #1621

[SVN r48616]
This commit is contained in:
Douglas Gregor
2008-09-05 16:13:49 +00:00
parent d5a86a2d52
commit ea18f5777b
6 changed files with 79 additions and 0 deletions

View File

@ -18,6 +18,10 @@
<listitem><para>Improved the performance of Boost.Function's
swap() operation for large function objects. Original patch
contributed by Niels Dekker.</para></listitem>
<listitem><para>Added a new header &lt;boost/function/function_typeof.hpp&gt; that provides support for using the Boost.Typeof library on Boost.Function objects.</para></listitem>
<listitem><para>Added a new header &lt;boost/function/function_fwd.hpp&gt; that provides support for using the Boost.Typeof library on Boost.Function objects.</para></listitem>
</itemizedlist>
</listitem>