Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ee9b5bf

Browse files
authoredJun 14, 2025··
[meta.trans.other] Fix off-by-one references to [meta.rqmts] (#7914)
1 parent 660ab84 commit ee9b5bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎source/meta.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2150,7 +2150,7 @@
21502150
\end{itemize}
21512151

21522152
\pnum
2153-
Notwithstanding the provisions of \ref{meta.type.synop}, and
2153+
Notwithstanding the provisions of \ref{meta.rqmts}, and
21542154
pursuant to \ref{namespace.std},
21552155
a program may specialize \tcode{common_type<T1, T2>}
21562156
for types \tcode{T1} and \tcode{T2} such that
@@ -2216,7 +2216,7 @@
22162216
\end{itemize}
22172217

22182218
\pnum
2219-
Notwithstanding the provisions of \ref{meta.type.synop}, and
2219+
Notwithstanding the provisions of \ref{meta.rqmts}, and
22202220
pursuant to \ref{namespace.std}, a program may partially specialize
22212221
\tcode{basic_common_reference<T, U, TQual, UQual>}
22222222
for types \tcode{T} and \tcode{U} such that

0 commit comments

Comments
 (0)
Please sign in to comment.