[libcxx-commits] [PATCH] D124555: [libcxx][AIX][z/OS] basic_ios<wchar_t> cannot store fill character WCHAR_MAX

Sean via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Apr 29 09:08:34 PDT 2022


SeanP added inline comments.


================
Comment at: libcxx/include/ios:787
+#endif
         __fill_ = widen(' ');
     return __fill_;
----------------
Shouldn't __fill_set become true at this point?


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