mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
Fix capitalization in ES.61 enforcement (#1350)
* Fix capitalization in ES.61 enforcement * Fix grammar
This commit is contained in:
parent
2056a14da7
commit
5190ea51a3
|
@ -12060,8 +12060,8 @@ This example not only violates the [no naked `new` rule](#Res-new) as in the pre
|
|||
|
||||
##### Enforcement
|
||||
|
||||
* if the `new` and the `delete` is in the same scope, mistakes can be flagged.
|
||||
* if the `new` and the `delete` are in a constructor/destructor pair, mistakes can be flagged.
|
||||
* If the `new` and the `delete` are in the same scope, mistakes can be flagged.
|
||||
* If the `new` and the `delete` are in a constructor/destructor pair, mistakes can be flagged.
|
||||
|
||||
### <a name="Res-arr2"></a>ES.62: Don't compare pointers into different arrays
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user