[clang] [Clang][Sema] Reject array prvalue operands (PR #140702)

via cfe-commits cfe-commits at lists.llvm.org
Tue May 20 03:53:47 PDT 2025


languagelawyer wrote:

> This is related to CWG2548

Kinda, but not really. It has never been necessary to create the (non-)issue. Or does someone really believe that it is a C++ defect that `IA{ 1, 2, 3 } - IA{ 1, 2, 3 }` is not allowed?

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


More information about the cfe-commits mailing list