Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

std::function isn't interpreted correctly #36

Open
Assignees
Labels
bugSomething isn't working help wantedExtra attention is needed
@virtuald

Description

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

Labels

bugSomething isn't working help wantedExtra attention is needed

Type

No type

Projects

No projects

Milestone

No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      AltStyle によって変換されたページ (->オリジナル) /