All supported compilers support spaceship in C++20 nowadays.
Details
Details
- Reviewers
• Quuxplusone Mordante - Group Reviewers
Restricted Project - Commits
- rGc0f87e83820b: [libc++] Remove _LIBCPP_HAS_NO_SPACESHIP_OPERATOR
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I do wonder if CI is really going to be green. After all, it's not just that the lexer must support <=>, but we rely on the conforming behavior of =default, and synthesized candidates, and so on. But if you're really sure that all supported compilers do all that stuff, then sure, go for it.
libcxx/include/compare | ||
---|---|---|
158 | Ping on D110738, btw. ;) |
Ping on D110738, btw. ;)