[libcxx-commits] [libcxx] [libc++][string] Fix unnecessary padding for basic_string's __short (PR #135973)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Apr 16 08:20:08 PDT 2025
philnik777 wrote:
Your explanation is incorrect. The empty struct has a `siezeof` 1, but the datasize is zero, so there is no space used up. Could you provide the case that broke for you?
https://github.com/llvm/llvm-project/pull/135973
More information about the libcxx-commits
mailing list