[libcxx-commits] [PATCH] D125496: [libc++] Simplify the string structures a bit more
Hubert Tong via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Jun 11 14:30:36 PDT 2022
hubert.reinterpretcast added a comment.
In D125496#3575714 <https://reviews.llvm.org/D125496#3575714>, @philnik wrote:
> Do you want to tell me that using `size_type` is correct for AIX and `unsigned char` is correct for Windows?
No, I was pointing out that a plain revert would be problematic. If the proposal is to change the type of the bit-fields to `unsigned char`, then that should be compatible on AIX as well.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125496/new/
https://reviews.llvm.org/D125496
More information about the libcxx-commits
mailing list