[clang] Sema: Fix CXXRecordDecl::isTriviallyCopyable() for classes with all deleted special functions. (PR #94831)

via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 10 11:43:24 PDT 2024


pcc wrote:

Ack. I hadn't considered that overloads could be deleted like that. I think I've found a workaround for the issue that prompted this change, so I might not get back to this any time soon.

https://github.com/llvm/llvm-project/pull/94831


More information about the cfe-commits mailing list