mirror of
https://github.com/boostorg/lambda.git
synced 2026-01-22 05:12:51 +00:00
fixed a bug in transform return type deductions
[SVN r13299]
This commit is contained in:
@@ -142,7 +142,7 @@ struct transform : public has_sig {
|
||||
typedef typename boost::remove_const<
|
||||
typename boost::remove_reference<
|
||||
typename boost::tuples::element<
|
||||
boost::tuples::length<Args>::value - 1,
|
||||
boost::tuples::length<Args>::value - 2,
|
||||
Args
|
||||
>::type
|
||||
>::type
|
||||
|
||||
Reference in New Issue
Block a user