-
Notifications
You must be signed in to change notification settings - Fork 20
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
Nothing to "see below" for [shared_]future::get #100
Comments
[futures.unique_future] p13 to p18 and [futures.shared_future] p16 to p20? |
@jwakely That's the standard. This is about the concurrency TS. |
Oops, sorry, I read the email and completely missed which repo this was filed for. |
The synopsis is copied from the Standard. The TS says that the missing subclauses are the same as in the Standard:
|
Well, if it's pointing to that paragraph, then it should be see "above", rather than "below", since the paragraph precedes the synopsis. |
No, it's not pointing to that paragraph. The paragraph simply states that some clauses are assumed to exist, so the text in the synopsis refers to those hidden clauses. |
The
future
synopsis in [futures.unique_future] andshared_future
synopsis in [futures.shared_future] each depicts asee below get();
, presumably copied from C++14.There's nothing "below" to see for
get()
.The text was updated successfully, but these errors were encountered: