#1222 closed Bugs (fixed)
lambda::ret<T> should declare result_type.
| Reported by: | 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 , 15 years ago
| Component: | None → lambda |
|---|---|
| Owner: | set to |
comment:2 by , 13 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

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