mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
parent
599fb02d12
commit
4af8321e91
|
@ -8753,7 +8753,7 @@ Use `zstring` rather than `char*` to indicate that you rely on that convention.
|
|||
##### Note
|
||||
|
||||
Many current uses of pointers to a single element could be references.
|
||||
However, where `nullptr` is a possible value, a reference may not be an reasonable alternative.
|
||||
However, where `nullptr` is a possible value, a reference may not be a reasonable alternative.
|
||||
|
||||
##### Enforcement
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user