Quuxplusone / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
https://p1144.godbolt.org/z/jf67zx5hq
Other
0 stars 2 forks source link

[libc++] Simplify debug comparators #14

Open Quuxplusone opened 1 year ago

Quuxplusone commented 1 year ago

All ordering types are convertible to partial_ordering by definition, so we don't need so many overloaded templates.

Quuxplusone commented 1 year ago

Some of this was merged in 3456b2f60a08a6ab750d58817463a6701a416e3b. I've updated this PR to include only the remainder.