[libcxx-commits] [libcxx] [libc++] Implement LWG3436: support for arrays in std::construct_at (PR #132283)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Thu Mar 20 14:13:26 PDT 2025


ldionne wrote:

I think this is breaking in all kinds of ways because we're still missing some Clang support for arrays in placement-new expressions. I wasn't able to get my tests fully passing locally.

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


More information about the libcxx-commits mailing list