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

@ -1,3 +1,12 @@
// Boost.Function library
// Copyright Douglas Gregor 2008. Use, modification and
// distribution is subject to the Boost Software License, Version
// 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
// For more information, see http://www.boost.org
#include <boost/test/minimal.hpp>
#include <boost/function.hpp>