Skip to content

Commit dfcc6dd

Browse files
lprvtkoeppe
authored andcommitted
[expr.type] Remove redundant \cvqual
1 parent ca3694e commit dfcc6dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/expressions.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,8 +381,8 @@
381381
``pointer to function'';
382382

383383
\item
384-
if \tcode{T1} is ``pointer to \cvqual{cv1} \tcode{C1}'' and \tcode{T2} is ``pointer to
385-
\cvqual{cv2} \tcode{C2}'', where \tcode{C1} is reference-related to \tcode{C2} or \tcode{C2} is
384+
if \tcode{T1} is ``pointer to \tcode{C1}'' and \tcode{T2} is ``pointer to
385+
\tcode{C2}'', where \tcode{C1} is reference-related to \tcode{C2} or \tcode{C2} is
386386
reference-related to \tcode{C1}\iref{dcl.init.ref},
387387
the qualification-combined type\iref{conv.qual}
388388
of \tcode{T1} and \tcode{T2} or the qualification-combined type of \tcode{T2} and \tcode{T1},

0 commit comments

Comments
 (0)