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

Add support for generic callables to delegates #1262

Merged
merged 8 commits into from
Jul 12, 2024

Conversation

indianakernick
Copy link
Contributor

@indianakernick indianakernick commented Jul 11, 2024

Updates several places that call a user-provided callable to select overloads using SFINAE rather than determining function arity using the callable's type. This allows generic lambdas to be used in places where they previously weren't allowed.

Resolves #1233.

@SanderMertens
Copy link
Owner

Can you target the v4 branch with this PR? I'm days away from merging it, will reduce merge conflicts down the line.

@indianakernick indianakernick changed the base branch from master to v4 July 12, 2024 10:07
@indianakernick indianakernick marked this pull request as ready for review July 12, 2024 12:22
@SanderMertens
Copy link
Owner

Awesome, thanks for the PR!

@SanderMertens SanderMertens merged commit 9bcac7c into SanderMertens:v4 Jul 12, 2024
69 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.

Support generic lambdas as each callbacks
2 participants