Fix BOOST_MPL_AUX_PASS_THROUGH_LAMBDA_SPEC

[SVN r36830]
This commit is contained in:
Aleksey Gurtovoy
2007-01-29 07:28:45 +00:00
parent dab3eafd37
commit 6cd485016b

View File

@@ -2,7 +2,7 @@
#ifndef BOOST_MPL_AUX_LAMBDA_SPEC_HPP_INCLUDED
#define BOOST_MPL_AUX_LAMBDA_SPEC_HPP_INCLUDED
// Copyright Aleksey Gurtovoy 2001-2004
// Copyright Aleksey Gurtovoy 2001-2007
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
@@ -35,7 +35,8 @@ struct lambda< \
> \
{ \
typedef false_ is_le; \
typedef name< BOOST_MPL_PP_PARAMS(i, T) > type; \
typedef name< BOOST_MPL_PP_PARAMS(i, T) > result_; \
typedef result_ type; \
}; \
/**/