[libcxx-commits] [PATCH] D156627: [libcxx] Add release notes for Windows wide stdio stream handling
Martin Storsjö via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Jul 30 12:48:16 PDT 2023
mstorsjo created this revision.
mstorsjo added a reviewer: Mordante.
Herald added a project: All.
mstorsjo requested review of this revision.
Herald added a project: libc++.
Herald added a reviewer: libc++.
This adds notes for the change from https://reviews.llvm.org/D146398 /
fcbbd9649ac165aaf7fc7d60b8fef3b23755179a <https://reviews.llvm.org/rGfcbbd9649ac165aaf7fc7d60b8fef3b23755179a>.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D156627
Files:
libcxx/docs/ReleaseNotes/17.rst
Index: libcxx/docs/ReleaseNotes/17.rst
===================================================================
--- libcxx/docs/ReleaseNotes/17.rst
+++ libcxx/docs/ReleaseNotes/17.rst
@@ -112,6 +112,9 @@
- ASan annotations have been added to the ``std::deque`` container, to detect container overflows.
+- On Windows, ``std::wcout``/``wcin``/``wcerr`` now work correctly when the underlying
+ stream has been configured in wide mode.
+
Deprecations and Removals
-------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D156627.545468.patch
Type: text/x-patch
Size: 493 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230730/7e30a66f/attachment.bin>
More information about the libcxx-commits
mailing list