[libcxx-commits] [PATCH] D146398: [libcxx] Fix using std::wcout/wcin on Windows with streams configured in wide mode
Martin Storsjö via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Apr 27 09:29:31 PDT 2023
mstorsjo updated this revision to Diff 517606.
mstorsjo added a comment.
Rebase to rerun CI after D148324 <https://reviews.llvm.org/D148324>, which gives more CI coverage for these tests.
The suggested refactorings and changes haven't been done yet - will try when I have more time.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146398/new/
https://reviews.llvm.org/D146398
Files:
libcxx/src/std_stream.h
libcxx/test/std/input.output/iostream.objects/wide.stream.objects/check-stderr.sh
libcxx/test/std/input.output/iostream.objects/wide.stream.objects/check-stdout.sh
libcxx/test/std/input.output/iostream.objects/wide.stream.objects/send-stdin.sh
libcxx/test/std/input.output/iostream.objects/wide.stream.objects/test.dat
libcxx/test/std/input.output/iostream.objects/wide.stream.objects/wcerr-wide-mode.sh.cpp
libcxx/test/std/input.output/iostream.objects/wide.stream.objects/wcin-wide-mode.sh.cpp
libcxx/test/std/input.output/iostream.objects/wide.stream.objects/wcout-wide-mode.sh.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146398.517606.patch
Type: text/x-patch
Size: 10442 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230427/47bbc74a/attachment.bin>
More information about the libcxx-commits
mailing list