[libcxx-commits] [libcxx] [openmp] [libc++] basic_ios<wchar_t> cannot store fill character WCHAR_MAX (PR #89305)
Xing Xue via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jul 4 15:45:50 PDT 2024
================
@@ -146,6 +146,15 @@ ABI Affecting Changes
``random_device`` could throw a ``system_error`` with this value. It now
throws ``ENOMSG``.
+- libcxx ``std::basic_ios`` uses ``WEOF`` to indicate that the fill value is
----------------
xingxue-ibm wrote:
Removed the note as suggested, thanks!
https://github.com/llvm/llvm-project/pull/89305
More information about the libcxx-commits
mailing list