[libcxx-commits] [PATCH] D124555: [libcxx] basic_ios<wchar_t> cannot store fill character WCHAR_MAX
Chris Bowler via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jun 15 14:49:10 PDT 2022
cebowleratibm added inline comments.
================
Comment at: libcxx/include/ios:697
+ {
+#if defined(_AIX)
+ static const bool value = true;
----------------
I made a mistake, for AIX libc++ compatibility I need to inject the bool member even for non wchar_t types.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124555/new/
https://reviews.llvm.org/D124555
More information about the libcxx-commits
mailing list