1#ifndef BOOST_FUNCTION_HPP_INCLUDED
2#define BOOST_FUNCTION_HPP_INCLUDED
3
4// Boost.Function library
5
6// Copyright Douglas Gregor 2001-2003. Use, modification and
7// distribution is subject to the Boost Software License, Version
8// 1.0. (See accompanying file LICENSE_1_0.txt or copy at
9// http://www.boost.org/LICENSE_1_0.txt)
10
11// For more information, see http://www.boost.org/libs/function
12
13// William Kempf, Jesse Jones and Karl Nelson were all very helpful in the
14// design of this library.
15
16#include <boost/function/function_template.hpp>
17
18#endif // #ifndef BOOST_FUNCTION_HPP_INCLUDED
19

source code of boost/libs/function/include/boost/function.hpp