Skip to content

Commit 1ddaeac

Browse files
committed
[simd.syn] Add simd-iterator to header synopsis
1 parent a509a02 commit 1ddaeac

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

source/numerics.tex

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16509,6 +16509,10 @@
1650916509
template<size_t N> requires (has_single_bit(N))
1651016510
constexpr flags<@\exposid{overaligned-flag}<N>@> flag_overaligned{};
1651116511

16512+
// \ref{simd.iterator}, Class template \exposid{simd-iterator}
16513+
template<class V>
16514+
class @\exposidnc{simd-iterator}@; // \expos
16515+
1651216516
// \ref{simd.class}, Class template \tcode{basic_simd}
1651316517
template<class T, class Abi = @\exposid{native-abi}@<T>> class basic_simd;
1651416518
template<class T, @\exposid{simd-size-type}@ N = @\exposid{simd-size-v}@<T, @\exposid{native-abi}@<T>>>
@@ -17204,7 +17208,7 @@
1720417208
specialization \tcode{\exposid{overaligned-flag}<std::min(N1, N2)>}.
1720517209
\end{itemdescr}
1720617210

17207-
\rSec2[simd.iterator]{Class \exposid{simd-iterator}}
17211+
\rSec2[simd.iterator]{Class template \exposid{simd-iterator}}
1720817212
\begin{codeblock}
1720917213
namespace std::datapar {
1721017214
template<class V>

0 commit comments

Comments
 (0)