-
Notifications
You must be signed in to change notification settings - Fork 266
Closed
Description
cppfront/docs/cpp2/declarations.md
Line 51 in 61e68bb
// Omit name => anonymous function (aka 'lamba') |
lamba → lambda
Line 82 in 61e68bb
std::cout buf[0]; // ok, a has been initialized |
insert <<
Line 71 in 61e68bb
- that definite first use must be of the form `obj = value;` which is a constructor call, or else pass `obj` as an `out` argument to an `out` parameter (which is also effectively a constructor call, and performs the construction in the callee). |
End of long sentence: construction in the callee or caller?
Metadata
Metadata
Assignees
Labels
No labels