Title
N3424 Lambda Correctness and Usability Issues
Status
c++14
Section
[expr.prim.lambda]
Submitter
Herb Sutter

Created on 2012-09-23.00:00:00 last changed 109 months ago

Messages

Date: 2013-10-11.23:34:25
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3424.pdf

Reviewed by EWG in Portland 2012, proceeding with a follow-up paper. Changes to const captures rejected, capturing of 'this' and members encouraged to continue with a follow-up paper.

Init-captures in C++14 provide the necessary facilities for capturing 'this' and class members, voted into the WP in Bristol 2013.

History
Date User Action Args
2015-04-01 22:54:47adminsetstatus: wp -> c++14
2013-10-11 23:34:25adminsetstatus: open -> wp
2012-09-23 00:00:00admincreate