Skip to content

"lvalue reference" vs "lvalue-reference" #446

Closed
@jwakely

Description

@jwakely
Member

Marshall pointed out the standard is inconsistent about "lvalue reference" vs "lvalue-reference"

Activity

cpplearner

cpplearner commented on Feb 27, 2015

@cpplearner
Contributor

It seems that in most cases the standard uses "lvalue reference" and "rvalue reference" (with no hyphen). Only [unique.ptr] and [func.require] spell them as "lvalue-reference" and "rvalue-reference" (with a hyphen in the middle).

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

        @jwakely@cpplearner

        Issue actions

          "lvalue reference" vs "lvalue-reference" · Issue #446 · cplusplus/draft