Skip to content

minor fixes for "big rename"#624

Merged
ericniebler merged 2 commits intoNVIDIA:mainfrom
williamspatrick:main
Oct 11, 2022
Merged

minor fixes for "big rename"#624
ericniebler merged 2 commits intoNVIDIA:mainfrom
williamspatrick:main

Conversation

@williamspatrick
Copy link
Contributor

  • __meta: add exception include
  • p2300: fix with_awaitable_senders export

The header file stdexec/__detail/__meta.hpp is using std::terminate,
which comes from <exception>.  Add the necessary include.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
stdexec::with_awaitable_senders was not properly exported into
std::execution.  It was forward declared as a struct, but that
forward declaration was not fulfilled anywhere.  Switch to a
using like all the other std::execution aliases.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
@ericniebler ericniebler merged commit 1d46779 into NVIDIA:main Oct 11, 2022
@ericniebler
Copy link
Collaborator

Thank you!

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