Skip to content

[meta.trans.other] Fix off-by-one references to meta.rqmts #7914

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/meta.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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<T1, T2>}
for types \tcode{T1} and \tcode{T2} such that
Expand Down Expand Up @@ -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<T, U, TQual, UQual>}
for types \tcode{T} and \tcode{U} such that
Expand Down
Loading