File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17453,19 +17453,19 @@
17453
17453
\begin{itemize}
17454
17454
\item
17455
17455
If the template parameter pack \tcode{Flags} contains
17456
- \tcode{\exposid{aligned-flag}}, \tcode{ranges::data(range )} points to
17456
+ \tcode{\exposid{aligned-flag}}, \tcode{ranges::data(r )} points to
17457
17457
storage aligned by \tcode{alignment_v<basic_simd,
17458
17458
ranges::range_value_t<R>>}.
17459
17459
\item
17460
17460
If the template parameter pack \tcode{Flags} contains
17461
- \tcode{\exposid{overaligned-flag}<N>}, \tcode{ranges::data(range )} points to
17461
+ \tcode{\exposid{overaligned-flag}<N>}, \tcode{ranges::data(r )} points to
17462
17462
storage aligned by \tcode{N}.
17463
17463
\end{itemize}
17464
17464
17465
17465
\pnum
17466
17466
\effects
17467
17467
Initializes the $i^\text{th}$ element with \tcode{mask[$i$] ?
17468
- static_cast<T>(\brk{}ranges::\brk{}data(range )[$i$]) : T()} for all $i$ in the
17468
+ static_cast<T>(\brk{}ranges::\brk{}data(r )[$i$]) : T()} for all $i$ in the
17469
17469
range of \range{0}{size()}.
17470
17470
\end{itemdescr}
17471
17471
You can’t perform that action at this time.
0 commit comments