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

    Type

    Projects

    Status

    No status

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions