Skip to content

rvalue reference is recognized as "reference to reference" #30

Description

@ch1y0q

It seems that rvalue reference syntax is not supported.

int&& foo

declares a rvalue reference of an int. But it is parsed as "declare foo as reference to reference to int" by cdecl. There is no such thing as "reference to reference".

Some info about rvalue reference:
https://stackoverflow.com/questions/5590978/reference-of-reference-in-c

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions