From a0a489bd728db3a9e8a6ad53a4694316eb85190e Mon Sep 17 00:00:00 2001 From: Hubert Tong Date: Wed, 11 Jun 2025 16:57:50 -0400 Subject: [PATCH] [meta.trans.other] Fix off-by-one references to meta.rqmts The (normative) wording indicates that provisions of subclause 21.3.3 [meta.type.synop] are overridden. It is unclear what provisions of [meta.type.synop] are being overriden. Instead, the wording rather clearly overrides provisions of subclause 21.3.2 [meta.rqmts]. Address the probable off-by-one errors by changing the references to point to [meta.rqmts]. --- source/meta.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/meta.tex b/source/meta.tex index 95d2635ed3..1add4582bf 100644 --- a/source/meta.tex +++ b/source/meta.tex @@ -2150,7 +2150,7 @@ \end{itemize} \pnum -Notwithstanding the provisions of \ref{meta.type.synop}, and +Notwithstanding the provisions of \ref{meta.rqmts}, and pursuant to \ref{namespace.std}, a program may specialize \tcode{common_type} for types \tcode{T1} and \tcode{T2} such that @@ -2216,7 +2216,7 @@ \end{itemize} \pnum -Notwithstanding the provisions of \ref{meta.type.synop}, and +Notwithstanding the provisions of \ref{meta.rqmts}, and pursuant to \ref{namespace.std}, a program may partially specialize \tcode{basic_common_reference} for types \tcode{T} and \tcode{U} such that