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

Editorial issues in N4725 #56

Closed
jaredhoberock opened this issue Mar 15, 2018 · 1 comment
Closed

Editorial issues in N4725 #56

jaredhoberock opened this issue Mar 15, 2018 · 1 comment

Comments

@jaredhoberock
Copy link
Contributor

From Alisdair M:

5.3 Vector execution policy p2

Missing cross-reference in () after “sequencing constraint of wavefront application ()"

7.2.1 Header <experimental/algorithm> synopsis
This line:
template<class T> struct no_deduce_t = typename no_deduce<T>::type;

Should be an alias template declaration:
template<class T> using no_deduce_t = typename no_deduce<T>::type;

7.2.5 No Vec, p2:

Evaluates std::forward>F<(f)().

Note the angle brackets point the wrong way.

7.2.6 Ordered update class

Missing "template <class T>" above "class ordered_update_t”.

@jaredhoberock
Copy link
Contributor Author

5.3 p2 has a stray "()" and for_loop_n should be in code font.

jaredhoberock added a commit to jaredhoberock/parallelism-ts that referenced this issue Mar 27, 2018
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

No branches or pull requests

1 participant