[libcxx-commits] [PATCH] D124555: [libcxx] basic_ios<wchar_t> cannot store fill character WCHAR_MAX
Xing Xue via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Oct 30 07:16:48 PDT 2023
xingxue updated this revision to Diff 557935.
xingxue added a comment.
Updated the patch using the approach suggested by @ldionne in comment https://reviews.llvm.org/D124555#3566746 and @hubert.reinterpretcast in comment https://reviews.llvm.org/D124555#4651438. The layout of this implementation is compatible with what IBM has done (downstream) with prior libc++ on AIX (32-bit and 64-bit) and zOS (64-bit only).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124555/new/
https://reviews.llvm.org/D124555
Files:
libcxx/include/ios
libcxx/test/std/input.output/iostream.format/std.manip/setfill_eof.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124555.557935.patch
Type: text/x-patch
Size: 4465 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20231030/be6f7d8b/attachment.bin>
More information about the libcxx-commits
mailing list