Skip to content

Commit 0b83496

Browse files
committed
LWG4232 datapar::resize does not resize
1 parent fbc37ec commit 0b83496

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/numerics.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17131,10 +17131,10 @@
1713117131
\pnum
1713217132
If \tcode V is a specialization of \tcode{basic_simd}, let \tcode{Abi1} denote an
1713317133
ABI tag such that \tcode{basic_simd<T, Abi1>::\brk{}size()} equals
17134-
\tcode{V::size()}.
17134+
\tcode{N}.
1713517135
If \tcode V is a specialization of \tcode{basic_simd_mask}, let \tcode{Abi1}
1713617136
denote an ABI tag such that \tcode{basic_simd_mask<sizeof(T),
17137-
Abi1>::\brk{}size()} equals \tcode{V::size()}.
17137+
Abi1>::size()} equals \tcode{N}.
1713817138

1713917139
\pnum
1714017140
Where present, the member typedef \tcode{type} names \tcode{basic_simd<T, Abi1>}

0 commit comments

Comments
 (0)