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