Skip to content

Commit 5106ac0

Browse files
committed
CWG2703 Three-way comparison requiring strong ordering for floating-point types, take 2
1 parent dad1870 commit 5106ac0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/classes.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6551,7 +6551,8 @@
65516551
\tcode{static_cast<R>(a <=> b)}.
65526552

65536553
\item
6554-
Otherwise, if overload resolution for \tcode{a <=> b} is performed and
6554+
Otherwise, if \tcode{a <=> b} is usable or
6555+
overload resolution for \tcode{a <=> b} is performed and
65556556
finds at least one viable candidate,
65566557
the synthesized three-way comparison is not defined.
65576558

0 commit comments

Comments
 (0)