fix some oversights

[SVN r17789]
This commit is contained in:
Aleksey Gurtovoy
2003-03-09 02:41:25 +00:00
parent cb8e80b207
commit 014b9da96b
2 changed files with 7 additions and 6 deletions

View File

@@ -18,6 +18,7 @@
#define BOOST_MPL_AUX_LAMBDA_SPEC_HPP_INCLUDED
#include "boost/mpl/lambda_fwd.hpp"
#include "boost/mpl/int_fwd.hpp"
#include "boost/mpl/aux_/preprocessor/params.hpp"
#include "boost/mpl/aux_/lambda_arity_param.hpp"
#include "boost/mpl/aux_/config/lambda.hpp"
@@ -30,7 +31,7 @@ template< \
> \
struct lambda< \
name< BOOST_MPL_PP_PARAMS(i, T) > \
BOOST_MPL_AUX_LAMBDA_ARITY_PARAM(-1) \
BOOST_MPL_AUX_LAMBDA_ARITY_PARAM(int_<-1>) \
> \
{ \
typedef name< BOOST_MPL_PP_PARAMS(i, T) > type; \