llvm-project/clang/test/CXX/class/class.compare/class.spaceship
Richard Smith 42d4a55f22 PR44723: Trigger return type deduction for operator<=>s whose return
types are needed to compute the return type of a defaulted operator<=>.

This raises the question of what to do if return type deduction fails.
The standard doesn't say, and implementations vary, so for now reject
that case eagerly to keep our options open.
2020-01-31 13:06:48 -08:00
..
p1.cpp [c++20] Delete defaulted comparison functions if they would invoke an 2019-12-10 19:28:30 -08:00
p2.cpp PR44723: Trigger return type deduction for operator<=>s whose return 2020-01-31 13:06:48 -08:00
p3.cpp [c++20] Defaulted comparison support for array members. 2019-12-09 14:54:06 -08:00