In D130295 @mumbleskates wondered why std::strong_ordering::equal had
special code since it's the same as std::strong_ordering::equivalent.
This is indeed the case so the special case can be removed.
Differential D131419
[NFC][libc++][test] Removes unneeded code. Mordante on Aug 8 2022, 10:57 AM. Authored by
Details
In D130295 @mumbleskates wondered why std::strong_ordering::equal had This is indeed the case so the special case can be removed.
Diff Detail
|