Skip to content

QCoro::connect: Fix bug in concept requirements#179

Merged
danvratil merged 1 commit intoqcoro:mainfrom
jbruechert:fix/connect-again
May 23, 2023
Merged

QCoro::connect: Fix bug in concept requirements#179
danvratil merged 1 commit intoqcoro:mainfrom
jbruechert:fix/connect-again

Conversation

@jbruechert
Copy link
Contributor

We are currently testing whether the lambda is invokable with the task
as argument, which it should not be.

Weirdly enough this actually works with modern versions of clang and
gcc, but I'm pretty sure its still wrong.

We are currently testing whether the lambda is invokable with the task
as argument, which it should not be.

Weirdly enough this actually works with modern versions of clang and
gcc, but I'm pretty sure its still wrong.
Copy link
Collaborator

@danvratil danvratil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch, thanks for the patch.

@danvratil danvratil merged commit c14b2d3 into qcoro:main May 23, 2023
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.

2 participants