We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca3694e commit dfcc6ddCopy full SHA for dfcc6dd
source/expressions.tex
@@ -381,8 +381,8 @@
381
``pointer to function'';
382
383
\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
+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
386
reference-related to \tcode{C1}\iref{dcl.init.ref},
387
the qualification-combined type\iref{conv.qual}
388
of \tcode{T1} and \tcode{T2} or the qualification-combined type of \tcode{T2} and \tcode{T1},
0 commit comments