Skip to content

Commit e5f9e16

Browse files
mstorsjotru
authored andcommitted
[libcxx] Add release notes for Windows wide stdio stream handling
This adds notes for the change from https://reviews.llvm.org/D146398 / fcbbd96. Differential Revision: https://reviews.llvm.org/D156627 (cherry picked from commit 9abc6d9)
1 parent fcf0d0b commit e5f9e16

File tree

1 file changed

+3
-0
lines changed
  • libcxx/docs/ReleaseNotes

1 file changed

+3
-0
lines changed

libcxx/docs/ReleaseNotes/17.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,9 @@ Improvements and New Features
112112

113113
- ASan annotations have been added to the ``std::deque`` container, to detect container overflows.
114114

115+
- On Windows, ``std::wcout``, ``wcin``, and ``wcerr`` now work correctly when the underlying
116+
stream has been configured in wide mode.
117+
115118
Deprecations and Removals
116119
-------------------------
117120

0 commit comments

Comments
 (0)