Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CppParser: fix for std::function<void()> parameter #4027

Merged
merged 1 commit into from
Jul 11, 2023

Conversation

Crafty-Codes
Copy link

@Crafty-Codes Crafty-Codes commented May 8, 2023

fixes #4023

The parameter was previously seen as a function because of it's brackets after the void.
I also added some test cases.

@Crafty-Codes Crafty-Codes changed the title CppParser: fix for std::function<void()> parameter #4023 CppParser: fix for std::function<void()> parameter May 8, 2023
@aleks-f aleks-f requested a review from obiltschnig June 10, 2023 02:33
The parameter was previously seen as a function because of it's
brackets.
@obiltschnig obiltschnig merged commit 6356cd2 into pocoproject:devel Jul 11, 2023
3 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CPPParser: Losing data if parameter std::function<void(bool)> is used
2 participants