1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/ossrv/ossrv_pub/boost_apis/boost/lambda/lambda.hpp Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,34 @@
1.4 +// -- lambda.hpp -- Boost Lambda Library -----------------------------------
1.5 +// Copyright (C) 1999, 2000 Jaakko Järvi (jaakko.jarvi@cs.utu.fi)
1.6 +//
1.7 +// Distributed under the Boost Software License, Version 1.0. (See
1.8 +// accompanying file LICENSE_1_0.txt or copy at
1.9 +// http://www.boost.org/LICENSE_1_0.txt)
1.10 +//
1.11 +// For more information, see http://lambda.cs.utu.fi
1.12 +
1.13 +#ifndef BOOST_LAMBDA_LAMBDA_HPP
1.14 +#define BOOST_LAMBDA_LAMBDA_HPP
1.15 +
1.16 +
1.17 +#include "boost/lambda/core.hpp"
1.18 +
1.19 +#ifdef BOOST_NO_FDECL_TEMPLATES_AS_TEMPLATE_TEMPLATE_PARAMS
1.20 +#include <istream>
1.21 +#include <ostream>
1.22 +#endif
1.23 +
1.24 +#include "boost/lambda/detail/operator_actions.hpp"
1.25 +#include "boost/lambda/detail/operator_lambda_func_base.hpp"
1.26 +#include "boost/lambda/detail/operator_return_type_traits.hpp"
1.27 +
1.28 +
1.29 +#include "boost/lambda/detail/operators.hpp"
1.30 +
1.31 +#ifndef BOOST_LAMBDA_FAILS_IN_TEMPLATE_KEYWORD_AFTER_SCOPE_OPER
1.32 +// sorry, member ptr does not work with gcc2.95
1.33 +#include "boost/lambda/detail/member_ptr.hpp"
1.34 +#endif
1.35 +
1.36 +
1.37 +#endif