[libcxx-commits] [libcxx] 9abc6d9 - [libcxx] Add release notes for Windows wide stdio stream handling
Martin Storsjö via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jul 31 23:41:17 PDT 2023
Author: Martin Storsjö
Date: 2023-08-01T09:40:03+03:00
New Revision: 9abc6d9105ca625ee2a03c0ec96a77d9575ca34f
URL: https://github.com/llvm/llvm-project/commit/9abc6d9105ca625ee2a03c0ec96a77d9575ca34f
DIFF: https://github.com/llvm/llvm-project/commit/9abc6d9105ca625ee2a03c0ec96a77d9575ca34f.diff
LOG: [libcxx] Add release notes for Windows wide stdio stream handling
This adds notes for the change from https://reviews.llvm.org/D146398 /
fcbbd9649ac165aaf7fc7d60b8fef3b23755179a.
Differential Revision: https://reviews.llvm.org/D156627
Added:
Modified:
libcxx/docs/ReleaseNotes/17.rst
Removed:
################################################################################
diff --git a/libcxx/docs/ReleaseNotes/17.rst b/libcxx/docs/ReleaseNotes/17.rst
index 5aae64f1e2814f..e023126051343e 100644
--- a/libcxx/docs/ReleaseNotes/17.rst
+++ b/libcxx/docs/ReleaseNotes/17.rst
@@ -112,6 +112,9 @@ Improvements and New Features
- ASan annotations have been added to the ``std::deque`` container, to detect container overflows.
+- On Windows, ``std::wcout``, ``wcin``, and ``wcerr`` now work correctly when the underlying
+ stream has been configured in wide mode.
+
Deprecations and Removals
-------------------------
More information about the libcxx-commits
mailing list