- Title
- Initialization of closure objects
- Status
- cd2
- Section
- 7.5.6 [expr.prim.lambda]
- Submitter
- Mike Miller
Created on 2009-02-09.00:00:00 last changed 199 months ago
Messages
Date: 2009-07-15.00:00:00
[Voted into the WP at the July, 2009 meeting as part of N2927.]
Date: 2009-07-15.00:00:00
Proposed resolution (July, 2009) See document PL22.16/09-0117 = WG21 N2927.
Date: 2009-02-09.00:00:00
7.5.6 [expr.prim.lambda] paragraph 13 says simply, The mechanism for this initialization is not specified. In
particular, does the closure class have a default constructor that
performs this initialization?
The closure object is initialized by direct-initializing each member
N of F with the local variable or reference named
N ; the member t is initialized with this .
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-03-29 00:00:00 | admin | set | status: wp -> cd2 |
| 2009-11-08 00:00:00 | admin | set | status: dr -> wp |
| 2009-08-03 00:00:00 | admin | set | messages: + msg2245 |
| 2009-08-03 00:00:00 | admin | set | status: review -> dr |
| 2009-03-23 00:00:00 | admin | set | messages: + msg1912 |
| 2009-02-09 00:00:00 | admin | create | |