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

unique_ptr's "see below" points the wrong way #585

Open
tkoeppe opened this issue Dec 12, 2015 · 1 comment
Open

unique_ptr's "see below" points the wrong way #585

tkoeppe opened this issue Dec 12, 2015 · 1 comment

Comments

@tkoeppe
Copy link
Contributor

tkoeppe commented Dec 12, 2015

The class synopsis [unique.ptr.runtime] for array-specialized unique pointers contains the curious line:

typedef see below pointer;

However, the definition of pointer does not appear below; rather, it appears above in the description of the primary template.

Should we replace this with "see above"?

@JohelEGP
Copy link
Contributor

You could say that it doesn't point the wrong way, but to the indirection in https://wg21.link/unique.ptr.runtime#2, which points you to above.

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

2 participants