mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
R.3: "a" -> "an" (#1465)
This commit is contained in:
parent
d8a6aaa40b
commit
fbc9db56f0
|
@ -9119,7 +9119,7 @@ Some interfaces cannot be simply annotated with `owner` because they need to rem
|
|||
##### Note
|
||||
|
||||
`owner<T*>` has no default semantics beyond `T*`. It can be used without changing any code using it and without affecting ABIs.
|
||||
It is simply a indicator to programmers and analysis tools.
|
||||
It is simply an indicator to programmers and analysis tools.
|
||||
For example, if an `owner<T*>` is a member of a class, that class better have a destructor that `delete`s it.
|
||||
|
||||
##### Example, bad
|
||||
|
|
Loading…
Reference in New Issue
Block a user