[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
Wed Nov 1 15:01:06 PDT 2023
xingxue updated this revision to Diff 557966.
xingxue added a comment.
Changes:
- fix the problem in C++03 mode
- use the condition as suggested for determining the fill type
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124555/new/
https://reviews.llvm.org/D124555
Files:
libcxx/include/__config
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.557966.patch
Type: text/x-patch
Size: 4919 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20231101/11cced2b/attachment.bin>
More information about the libcxx-commits
mailing list