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 15f7b23 commit 4cba24dCopy full SHA for 4cba24d
source/expressions.tex
@@ -6553,8 +6553,10 @@
6553
6554
\pnum
6555
The usual arithmetic conversions\iref{expr.arith.conv} are performed on operands of arithmetic
6556
-or enumeration type. If both operands are pointers, pointer
6557
-conversions\iref{conv.ptr} and qualification conversions\iref{conv.qual}
+or enumeration type. If both operands are pointers,
+pointer conversions\iref{conv.ptr},
6558
+function pointer conversions\iref{conv.fctptr}, and
6559
+qualification conversions\iref{conv.qual}
6560
are performed to bring
6561
them to their composite pointer type\iref{expr.type}.
6562
After conversions, the operands shall have the same type.
0 commit comments