bind.hpp 577 B

12345678910111213141516171819
  1. // -- bind.hpp -- Boost Lambda Library --------------------------------------
  2. // Copyright (C) 1999-2001 Jaakko Jarvi (jaakko.jarvi@cs.utu.fi)
  3. // Gary Powell (gwpowell@hotmail.com)
  4. //
  5. // Distributed under the Boost Software License, Version 1.0. (See
  6. // accompanying file LICENSE_1_0.txt or copy at
  7. // http://www.boost.org/LICENSE_1_0.txt)
  8. //
  9. // For more information, see http://www.boost.org
  10. #ifndef BOOST_LAMBDA_BIND_HPP
  11. #define BOOST_LAMBDA_BIND_HPP
  12. #include "boost/lambda/core.hpp"
  13. #include "boost/lambda/detail/bind_functions.hpp"
  14. #endif