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