Skip to content

Commit 41c80d6

Browse files
jwakelytkoeppe
authored andcommitted
[simd.permute.static] use satisfies for satisfaction
Fixes NB US 182-296 (C++26 CD).
1 parent 6042d48 commit 41c80d6

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

source/numerics.tex

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18803,9 +18803,11 @@
1880318803

1880418804
\pnum
1880518805
\constraints
18806-
\tcode{\libconcept{integral}<invoke_result_t<IdxMap\&, \exposid{simd-size-type}>> ||
18807-
\libconcept{integral}<invoke_re\-sult_t<IdxMap\&, \exposid{simd-size-type},
18808-
\exposid{simd-size-type}>>} is \tcode{true}.
18806+
At least one of
18807+
\tcode{invoke_result_t<IdxMap\&, \exposid{simd-size-type}>}
18808+
and
18809+
\tcode{invoke_result_t<IdxMap\&, \exposid{simd-size-type}, \exposid{simd-size-type}>}
18810+
satisfies \libconcept{integral}.
1880918811

1881018812
\pnum
1881118813
\mandates

0 commit comments

Comments
 (0)