Skip to content

Commit 13b4dd6

Browse files
committed
Shorten the name of a subclause
1 parent e99a274 commit 13b4dd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/simd.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
int find_first_set(@\UNSP{T}@);
162162
int find_last_set(@\UNSP{T}@);
163163

164-
// \ref{parallel.simd.whereexpr}, Class templates \tcode{const_where_expression} and \tcode{where_expression}
164+
// \ref{parallel.simd.whereexpr}, Where expression class templates \tcode{const_where_expression} and \tcode{where_expression}
165165
template<class M, class T> class const_where_expression;
166166
template<class M, class T> class where_expression;
167167

@@ -466,7 +466,7 @@
466466
Where present, the member typedef \tcode{type} names \tcode{simd<T, Abi1>} if \tcode V is \tcode{simd<T, Abi0>} or \tcode{simd_mask<T, Abi1>} if \tcode V is \tcode{simd_mask<T, Abi0>}.
467467
\end{itemdescr}
468468

469-
\rSec2[parallel.simd.whereexpr]{Class templates \tcode{const_where_expression} and \tcode{where_expression}}
469+
\rSec2[parallel.simd.whereexpr]{Where expression class templates}
470470

471471
\begin{codeblock}
472472
template<class M, class T> class const_where_expression {

0 commit comments

Comments
 (0)