mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
Editorial - use "capture default" for syntactic element (#2016)
This commit is contained in:
parent
12ad22b024
commit
1748ebb45a
|
@ -4132,7 +4132,7 @@ This is under active discussion in standardization, and might be addressed in a
|
|||
|
||||
##### Enforcement
|
||||
|
||||
* Flag any lambda capture-list that specifies a default capture and also captures `this` (whether explicitly or via default capture)
|
||||
* Flag any lambda capture-list that specifies a capture-default and also captures `this` (whether explicitly or via default capture)
|
||||
|
||||
### <a name="F-varargs"></a>F.55: Don't use `va_arg` arguments
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user