Skip to content

Commit f6ff9bc

Browse files
Dawn Perchikzygoloid
authored andcommitted
CWG2368 Differences in relational and three-way constant comparisons
1 parent e81049e commit f6ff9bc

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

source/expressions.tex

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6696,12 +6696,8 @@
66966696
a \grammarterm{delete-expression}\iref{expr.delete};
66976697

66986698
\item
6699-
a three-way comparison\iref{expr.spaceship}
6700-
comparing pointers that do not point to the same
6701-
complete object or to any subobject thereof;
6702-
6703-
\item
6704-
a relational\iref{expr.rel} or equality\iref{expr.eq}
6699+
a three-way comparison\iref{expr.spaceship},
6700+
relational\iref{expr.rel}, or equality\iref{expr.eq}
67056701
operator where the result is unspecified;
67066702

67076703
\item

0 commit comments

Comments
 (0)