File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17453,19 +17453,19 @@
1745317453\begin{itemize}
1745417454 \item
1745517455 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
1745717457 storage aligned by \tcode{alignment_v<basic_simd,
1745817458 ranges::range_value_t<R>>}.
1745917459 \item
1746017460 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
1746217462 storage aligned by \tcode{N}.
1746317463\end{itemize}
1746417464
1746517465\pnum
1746617466\effects
1746717467Initializes 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
1746917469range of \range{0}{size()}.
1747017470\end{itemdescr}
1747117471
You can’t perform that action at this time.
0 commit comments