Skip to content

Commit 497dde5

Browse files
committed
[meta.reflection.substitute] Add 'in order'
A misapplication of P2996R13. Fixes NB US 115-176 (C++26 CD).
1 parent 322d380 commit 497dde5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

source/meta.tex

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6007,7 +6007,8 @@
60076007
\pnum
60086008
Let \tcode{Z} be the template represented by \tcode{templ}
60096009
and let \tcode{Args...} be a sequence of prvalue constant expressions
6010-
that compute the reflections held by the elements of \tcode{arguments}.
6010+
that compute the reflections held by the elements of \tcode{arguments},
6011+
in order.
60116012

60126013
\pnum
60136014
\returns
@@ -6041,7 +6042,8 @@
60416042
\pnum
60426043
Let \tcode{Z} be the template represented by \tcode{templ}
60436044
and let \tcode{Args...} be a sequence of prvalue constant expressions
6044-
that compute the reflections held by the elements of \tcode{arguments}.
6045+
that compute the reflections held by the elements of \tcode{arguments},
6046+
in order.
60456047

60466048
\pnum
60476049
\returns

0 commit comments

Comments
 (0)