Skip to content
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

[new.delete.single] uses "returns 0" in the context of a pointer #243

Closed
AKostur opened this issue Dec 12, 2013 · 0 comments
Closed

[new.delete.single] uses "returns 0" in the context of a pointer #243

AKostur opened this issue Dec 12, 2013 · 0 comments

Comments

@AKostur
Copy link

AKostur commented Dec 12, 2013

In paragraph 9 the comment on the new(nothrow) line states "returns 0 if it fails" where it should say "returns nullptr if it fails". This doesn't change the intent or meaning of the comment, but does make it more consistent with using the nullptr term instead of a literal 0.

@jwakely jwakely closed this as completed in 9076e26 Aug 5, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant