[libcxx-commits] [libcxx] [libc++][string] Remove potential non-trailing 0-length array (PR #105865)

via libcxx-commits libcxx-commits at lists.llvm.org
Mon Aug 26 22:54:00 PDT 2024


serge-sans-paille wrote:

Gentle ping :-)
There are a few other situations where we use zero length arrays in libc++, and this seem to help for compatibility with msvc as pointed out in #74183

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


More information about the libcxx-commits mailing list