Editorial - use "capture default" for syntactic element (#2016)

This commit is contained in:
Chris Cotter 2023-01-12 17:13:35 -05:00 committed by GitHub
parent 12ad22b024
commit 1748ebb45a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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