[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
Mon Jul 31 23:41:25 PDT 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rG9abc6d9105ca: [libcxx] Add release notes for Windows wide stdio stream handling (authored by mstorsjo).

Changed prior to commit:
  https://reviews.llvm.org/D156627?vs=545468&id=545932#toc

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D156627/new/

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``, and ``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.545932.patch
Type: text/x-patch
Size: 499 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230801/020d2443/attachment.bin>


More information about the libcxx-commits mailing list