Skip to content

[lex.pptoken] p2 Split the quotation characters into the corresponding terms #5502

@xmh0511

Description

@xmh0511

[lex.pptoken] p2 says

Whitespace can appear within a preprocessing token only as part of a header name or between the quotation characters in a character literal or string literal.

Since we have named " as U+0022 QUOTATION MARK and named ' as U+0027 APOSTROPHE, we shouldn't use "quotation characters" to generally name such two characters. We should splict it to the term to make the meaning be clearer.

Whitespace can appear within a preprocessing token only as part of a header name or between the quotation characters U+0027 APOSTROPHE characters in a character literal or between the U+0022 QUOTATION MARK characters in a string literal.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2-BugPresentational errors and omissions

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions