Chris@16: // -- lambda.hpp -- Boost Lambda Library ----------------------------------- Chris@16: // Copyright (C) 1999, 2000 Jaakko Jarvi (jaakko.jarvi@cs.utu.fi) 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://lambda.cs.utu.fi Chris@16: Chris@16: #ifndef BOOST_LAMBDA_LAMBDA_HPP Chris@16: #define BOOST_LAMBDA_LAMBDA_HPP Chris@16: Chris@16: Chris@16: #include "boost/lambda/core.hpp" Chris@16: Chris@16: #ifdef BOOST_NO_FDECL_TEMPLATES_AS_TEMPLATE_TEMPLATE_PARAMS Chris@16: #include Chris@16: #include Chris@16: #endif Chris@16: Chris@16: #include "boost/lambda/detail/operator_actions.hpp" Chris@16: #include "boost/lambda/detail/operator_lambda_func_base.hpp" Chris@16: #include "boost/lambda/detail/operator_return_type_traits.hpp" Chris@16: Chris@16: Chris@16: #include "boost/lambda/detail/operators.hpp" Chris@16: Chris@16: #ifndef BOOST_LAMBDA_FAILS_IN_TEMPLATE_KEYWORD_AFTER_SCOPE_OPER Chris@16: // sorry, member ptr does not work with gcc2.95 Chris@16: #include "boost/lambda/detail/member_ptr.hpp" Chris@16: #endif Chris@16: Chris@16: Chris@16: #endif