We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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”.
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;
<experimental/algorithm>
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;
template<class T> using no_deduce_t = typename no_deduce<T>::type;
7.2.5 No Vec, p2:
Evaluates std::forward>F<(f)().
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”.
template <class T>
class ordered_update_t
The text was updated successfully, but these errors were encountered:
5.3 p2 has a stray "()" and for_loop_n should be in code font.
for_loop_n
Sorry, something went wrong.
Fix typos reported by Alisdair
44682ed
Fixes cplusplus#56
No branches or pull requests
From Alisdair M:
The text was updated successfully, but these errors were encountered: