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

typo in draft #22

Open
bylee20 opened this issue Feb 3, 2023 · 2 comments
Open

typo in draft #22

bylee20 opened this issue Feb 3, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@bylee20
Copy link

bylee20 commented Feb 3, 2023

I am not sure here is right place.
Please forgive me if I am at wrong place.

I found a typo in recently updated draft.

https://brycelelbach.github.io/wg21_p2300_execution/execution.html#spec-execution.syn

Here,

  template <class T>
    concept queryable = destructible;

The template argument for std::destructible is missing.

@bylee20
Copy link
Author

bylee20 commented Feb 3, 2023

Also, I can see some out-of-order declarations in 11.1. Header synopsis.
For instance, sender_to concept uses completion_signatures_of_t and connect which are declared/defined later.

I am not familiar with this kind of draft document so maybe I should not consider those declarations are actually compilable code. If you want me to report them too, please let me know.

@bylee20
Copy link
Author

bylee20 commented Feb 5, 2023

Another typo: https://brycelelbach.github.io/wg21_p2300_execution/execution.html#spec-execution.senders.consumers.sync_wait

Here, sync-wait-type is defined as a alias template which takes only one parameter but it is mentioned as sync-wait-type<S, sync-wait-env>.

@ericniebler ericniebler added the bug Something isn't working label Dec 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants