[libcxx-commits] [libcxx] [libc++][test] Avoid non-Standard zero-length arrays (PR #74183)

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Sat Dec 2 03:35:30 PST 2023


https://github.com/philnik777 commented:

I think it would be better to just replace the uses instead of doing the array/pointer dance. IMO that will just be confusing in the future.

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


More information about the libcxx-commits mailing list