From 349b2d918f8db035fb649d99f0c14da21b36bbf5 Mon Sep 17 00:00:00 2001 From: lprv <100177227+lprv@users.noreply.github.com> Date: Thu, 27 Mar 2025 11:34:57 +0000 Subject: [PATCH] [expr.type] Remove redundant \cvqual --- source/expressions.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/expressions.tex b/source/expressions.tex index 7ffe8d6f29..a73e1f54da 100644 --- a/source/expressions.tex +++ b/source/expressions.tex @@ -381,8 +381,8 @@ ``pointer to function''; \item -if \tcode{T1} is ``pointer to \cvqual{cv1} \tcode{C1}'' and \tcode{T2} is ``pointer to -\cvqual{cv2} \tcode{C2}'', where \tcode{C1} is reference-related to \tcode{C2} or \tcode{C2} is +if \tcode{T1} is ``pointer to \tcode{C1}'' and \tcode{T2} is ``pointer to +\tcode{C2}'', where \tcode{C1} is reference-related to \tcode{C2} or \tcode{C2} is reference-related to \tcode{C1}\iref{dcl.init.ref}, the qualification-combined type\iref{conv.qual} of \tcode{T1} and \tcode{T2} or the qualification-combined type of \tcode{T2} and \tcode{T1},