function.hpp 594 B

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