[clang] [C++20] Fix a crash with spaceship and vector types (PR #139767)
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Tue May 13 10:11:39 PDT 2025
AaronBallman wrote:
> Do we want to issue a diagnostic for this? I would imagine that users could get confused about this if they don’t know _why_ the operator is marked as deleted.
Yeah, I missed that part of the patch. More changes coming.
https://github.com/llvm/llvm-project/pull/139767
More information about the cfe-commits
mailing list