Skip to content

Commit c2b7ea1

Browse files
jensmaurertkoeppe
authored andcommitted
[expr.rel] Clarify function pointer comparisons
1 parent e125ca7 commit c2b7ea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/expressions.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6256,7 +6256,7 @@
62566256
\pnum
62576257
If two operands \tcode{p} and \tcode{q} compare equal\iref{expr.eq},
62586258
\tcode{p<=q} and \tcode{p>=q} both yield \keyword{true} and \tcode{p<q} and
6259-
\tcode{p>q} both yield \keyword{false}. Otherwise, if a pointer \tcode{p}
6259+
\tcode{p>q} both yield \keyword{false}. Otherwise, if a pointer to object \tcode{p}
62606260
compares greater than a pointer \tcode{q}, \tcode{p>=q}, \tcode{p>q},
62616261
\tcode{q<=p}, and \tcode{q<p} all yield \keyword{true} and \tcode{p<=q},
62626262
\tcode{p<q}, \tcode{q>=p}, and \tcode{q>p} all yield \keyword{false}.

0 commit comments

Comments
 (0)