[libcxx-commits] [libcxx] [libcxx] Recalculate union-member sizes in basic_string (PR #168742)
Simon Tatham via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jan 29 02:11:09 PST 2026
statham-arm wrote:
Ping.
This has been waiting several months now, and it fixes a known bug. Is there anything I can do to get a reviewer to look at it? Should I nominate someone other than the people currently marked?
I know the bug it fixes is an obscure one that not many people will care about – making a `basic_string` with a custom character type that has some awkward size like 3 or 5 – and so it's probably of more interest to compliance test suites than to the typical user. But it's not _just_ us who noticed it – the linked ticket #51158 was not raised by us.
https://github.com/llvm/llvm-project/pull/168742
More information about the libcxx-commits
mailing list