diff --git a/source/numerics.tex b/source/numerics.tex index fcce58b195..5f985bef81 100644 --- a/source/numerics.tex +++ b/source/numerics.tex @@ -17453,19 +17453,19 @@ \begin{itemize} \item If the template parameter pack \tcode{Flags} contains - \tcode{\exposid{aligned-flag}}, \tcode{ranges::data(range)} points to + \tcode{\exposid{aligned-flag}}, \tcode{ranges::data(r)} points to storage aligned by \tcode{alignment_v>}. \item If the template parameter pack \tcode{Flags} contains - \tcode{\exposid{overaligned-flag}}, \tcode{ranges::data(range)} points to + \tcode{\exposid{overaligned-flag}}, \tcode{ranges::data(r)} points to storage aligned by \tcode{N}. \end{itemize} \pnum \effects Initializes the $i^\text{th}$ element with \tcode{mask[$i$] ? -static_cast(\brk{}ranges::\brk{}data(range)[$i$]) : T()} for all $i$ in the +static_cast(\brk{}ranges::\brk{}data(r)[$i$]) : T()} for all $i$ in the range of \range{0}{size()}. \end{itemdescr}