[libcxx-commits] [libcxx] [libc++] Fix constexpr initialization of std::array<T, 0> (PR #74667)

Ryan Nicholl via libcxx-commits libcxx-commits at lists.llvm.org
Thu Dec 14 16:02:23 PST 2023


rnicholl-google wrote:

Update: My fix doesn't work because of a different clang bug, so go ahead and merge this if it works, I think I can separately merge the other one if the other bug is fixed.

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


More information about the libcxx-commits mailing list