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

Test case for any_sender should use hpx::tuple #5601

Merged
merged 1 commit into from Oct 11, 2021

Conversation

severinstrobl
Copy link
Contributor

According to the documentation, the tuple type passed to hpx::util::invoke_fused must be compatible to hpx::get.
Also disabled unit test for structured binding in case compatibility between hpx::tuple and std::tuple is disabled.

According to the documentation, the tuple type passed to
`hpx::util::invoke_fused` must be compatible to `hpx::get`.
Also disabled unit test for structured binding in case compatibility
between hpx::tuple and std::tuple is disabled.
@msimberg
Copy link
Contributor

msimberg commented Oct 8, 2021

Thanks, good catch! I've also opened #5602 to make sure we test this in the future.

Copy link
Member

@hkaiser hkaiser left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!

@aurianer
Copy link
Contributor

Merging this since the failures are unrelated to this PR

@aurianer aurianer merged commit 9c2afd9 into STEllAR-GROUP:master Oct 11, 2021
@severinstrobl severinstrobl deleted the any_sender_tuple branch October 12, 2021 22:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants