-
Notifications
You must be signed in to change notification settings - Fork 769
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inconsistent wording in [new.delete.single] and [new.delete.array] #793
Comments
And why does [new.delete.array] have the Requires about safely-derived pointers after the Required behavior? |
(some of these problems were already fixed at e51a215 by the P0035R4 changes) |
Current state: [new.delete.single] p12 [new.delete.array] p11 |
Looks like it's fixed. |
[new.delete.single]/12:
[new.delete.array]/11:
Firstly, ptr should be using \tcode not \textit.
Secondly, why is one "its value shall be a value" and the other "its value shall be the value"?
Thirdly, why does the first state "possibly-replaced" but not the second?
The text was updated successfully, but these errors were encountered: