Skip to content

Incorrect alias type naming of aliases for pointer to member types #349

@ghost

Description

For example for this input;
auto m = &S::mem;

The output is:

using FuncPtr_7 = int S::*;
FuncPtr_7 m = &S::mem;

But m is actually a pointer to member variable.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions