Skip to content

Missing referenced type named "C" in section 2.2, "POD Data Types" #190

@tahonermann

Description

@tahonermann

Section 2.2 "POD Data Types" states:

A member pointer type is treated exactly as if it were the C type described below.

The "described below" link references section 2.3, "Member Pointers". That section does not contain any prose but it does have two subsections, section 2.3.1, "Data Member Pointers" and section 2.3.2, Member Function Pointers", neither of which defines a type named "C".

Section 2.4, "Non-POD Class Types" uses the name "C" as a generic identifier for a class type. If this is the type intended by the "C type" reference, then the "described below" link should be updated to reference this section. I don't see an obvious way in which the "C" type described there fits with the "member pointer type is treated exactly as if it were the C type" wording though, so it seems that some other elucidation is still required.

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

    Issue actions