From 497dde5a7ec22cbb7c3cafb9076eb9a978801ce4 Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Sun, 5 Oct 2025 12:30:21 +0200 Subject: [PATCH] [meta.reflection.substitute] Add 'in order' A misapplication of P2996R13. Fixes NB US 115-176 (C++26 CD). --- source/meta.tex | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/source/meta.tex b/source/meta.tex index ec0284a97c..f22322c044 100644 --- a/source/meta.tex +++ b/source/meta.tex @@ -6007,7 +6007,8 @@ \pnum Let \tcode{Z} be the template represented by \tcode{templ} and let \tcode{Args...} be a sequence of prvalue constant expressions -that compute the reflections held by the elements of \tcode{arguments}. +that compute the reflections held by the elements of \tcode{arguments}, +in order. \pnum \returns @@ -6041,7 +6042,8 @@ \pnum Let \tcode{Z} be the template represented by \tcode{templ} and let \tcode{Args...} be a sequence of prvalue constant expressions -that compute the reflections held by the elements of \tcode{arguments}. +that compute the reflections held by the elements of \tcode{arguments}, +in order. \pnum \returns