Skip to content

Qualifiers on member functions are not shown in outline view #14102

@lijh8

Description

@lijh8

Qualifiers like &, && on member functions are not shown in outline view,
but const qualifier is shown though.

Both members are shown as same foo() in outline view:

struct T
{
    void foo() & {}
    void foo() && {}
};

ms-vscode.cpptools 1.29.3

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