sl@0: // -- bind.hpp -- Boost Lambda Library -------------------------------------- sl@0: sl@0: // Copyright (C) 1999-2001 Jaakko Järvi (jaakko.jarvi@cs.utu.fi) sl@0: // Gary Powell (gwpowell@hotmail.com) sl@0: // sl@0: // Distributed under the Boost Software License, Version 1.0. (See sl@0: // accompanying file LICENSE_1_0.txt or copy at sl@0: // http://www.boost.org/LICENSE_1_0.txt) sl@0: // sl@0: // For more information, see http://www.boost.org sl@0: sl@0: #ifndef BOOST_LAMBDA_BIND_HPP sl@0: #define BOOST_LAMBDA_BIND_HPP sl@0: sl@0: #include "boost/lambda/core.hpp" sl@0: sl@0: #include "boost/lambda/detail/bind_functions.hpp" sl@0: sl@0: #endif