mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 04:44:34 +03:00
ES.48: fix wording in reasoning (#1859)
This commit is contained in:
@@ -11773,7 +11773,7 @@ Flag uses of `0` and `NULL` for pointers. The transformation might be helped by
|
||||
|
||||
##### Reason
|
||||
|
||||
Casts are a well-known source of errors. Make some optimizations unreliable.
|
||||
Casts are a well-known source of errors and make some optimizations unreliable.
|
||||
|
||||
##### Example, bad
|
||||
|
||||
|
||||
Reference in New Issue
Block a user