mirror of
https://github.com/boostorg/mpl.git
synced 2025-08-03 14:54:30 +02:00
Fix BOOST_MPL_AUX_PASS_THROUGH_LAMBDA_SPEC (merged from RC_1_34_0)
[SVN r36831]
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
#ifndef BOOST_MPL_AUX_LAMBDA_SPEC_HPP_INCLUDED
|
#ifndef BOOST_MPL_AUX_LAMBDA_SPEC_HPP_INCLUDED
|
||||||
#define 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.
|
// Distributed under the Boost Software License, Version 1.0.
|
||||||
// (See accompanying file LICENSE_1_0.txt or copy at
|
// (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
@@ -35,7 +35,8 @@ struct lambda< \
|
|||||||
> \
|
> \
|
||||||
{ \
|
{ \
|
||||||
typedef false_ is_le; \
|
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; \
|
||||||
}; \
|
}; \
|
||||||
/**/
|
/**/
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user