Skip to content

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

Open
@tkoeppe

Description

@tkoeppe
Contributor

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"?

Activity

JohelEGP

JohelEGP commented on Jun 20, 2018

@JohelEGP
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @tkoeppe@JohelEGP

        Issue actions

          unique_ptr's "see below" points the wrong way · Issue #585 · cplusplus/draft