Skip to content

std::function isn't interpreted correctly #36

Open
@virtuald

Description

@virtuald
class Foo {
  std::function<void()> fn;
};

Is a function. The following would be interpreted incorrectly also, and I imagine adding function parameters would break also:

class Foo {
  std::function<void()> getFn();
};

Metadata

Metadata

Assignees

Labels

bugSomething isn't workinghelp wantedExtra attention is needed

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions