Opened 15 years ago

Closed 13 years ago

Last modified 13 years ago

#1222 closed Bugs (fixed)

lambda::ret<T> should declare result_type.

Reported by: Marcus Lindblom <macke@…> Owned by: No-Maintainer
Milestone: To Be Determined Component: lambda
Version: Severity: Problem
Keywords: Cc:

Description

See http://lists.boost.org/Archives/boost/2004/06/66577.php for previous discussion.

I use 1.33.1, but I couldn't see anything different in the trunk source.

This might related to make_transform_iterator, but still, if the result_type is given manually, it ought to be in there to make lambda compatible with non-sig code.

Change History (3)

comment:1 by Marshall Clow, 15 years ago

Component: Nonelambda
Owner: set to No-Maintainer

comment:2 by Steven Watanabe, 13 years ago

Resolution: fixed
Status: newclosed

(In [53648]) Add result_type to lambda::ret. Fixes #1222

comment:3 by anonymous, 13 years ago

Yay. Thanks!

Note: See TracTickets for help on using tickets.