We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce565a3 commit 460e104Copy full SHA for 460e104
src/algorithms.tex
@@ -116,7 +116,7 @@
116
template<class T> struct type_identity { using type = T; };
117
template<class T> using type_identity_t = typename type_identity<T>::type;
118
119
-// \ref{parallel.alg.reductions}, Support for reductions
+// \ref{parallel.alg.reductions}, Reductions
120
template<class T, class BinaryOperation>
121
@\unspec@ reduction(T& var, const T& identity, BinaryOperation combiner);
122
template<class T>
@@ -134,7 +134,7 @@
134
135
@\unspec@ reduction_max(T& var);
136
137
-// \ref{parallel.alg.inductions}, Support for inductions
+// \ref{parallel.alg.inductions}, Inductions
138
139
@\unspec@ induction(T&& var);
140
template<class T, class S>
0 commit comments