mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
Fixed typo in ES.22
This commit is contained in:
parent
385199cc90
commit
976ee508a4
|
@ -10644,7 +10644,7 @@ For initializers of moderate complexity, including for `const` variables, consid
|
||||||
|
|
||||||
##### Enforcement
|
##### Enforcement
|
||||||
|
|
||||||
* Flag declarations with default initialization that are assigned to before they are first read.
|
* Flag declarations with default initialization that are not assigned to before they are first read.
|
||||||
* Flag any complicated computation after an uninitialized variable and before its use.
|
* Flag any complicated computation after an uninitialized variable and before its use.
|
||||||
|
|
||||||
### <a name="Res-list"></a>ES.23: Prefer the `{}` initializer syntax
|
### <a name="Res-list"></a>ES.23: Prefer the `{}` initializer syntax
|
||||||
|
|
Loading…
Reference in New Issue
Block a user