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

prefer_only example is out of date #498

Closed
dkolsen-pgi opened this issue Jul 1, 2020 · 1 comment
Closed

prefer_only example is out of date #498

dkolsen-pgi opened this issue Jul 1, 2020 · 1 comment
Milestone

Comments

@dkolsen-pgi
Copy link

In P0443R13, section 2.4.2 "Struct prefer_only", the code in the example is out of date. I think the example is sound, it just uses the old name of something that has been renamed, and uses a couple properties that have been removed from the paper.

The necessary changes are:

  • Change executor to any_executor.
  • Delete references to obsolete properties execution::single and execution::oneway.
  • With those two properties gone, some calls to std::require now have no properties to require. Those calls to std::require should be removed.
@jaredhoberock jaredhoberock added this to the R14 milestone Jul 1, 2020
@jaredhoberock
Copy link
Contributor

Fixed in resolution to #486

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants