Skip to content

std::function isn't interpreted correctly #36

@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();
};

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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

    std::function isn't interpreted correctly · Issue #36 · robotpy/robotpy-cppheaderparser