[Openmp-commits] [libcxx] [openmp] [libc++] basic_ios<wchar_t> cannot store fill character WCHAR_MAX (PR #89305)

Louis Dionne via Openmp-commits openmp-commits at lists.llvm.org
Thu Jul 4 12:03:41 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
----------------
ldionne wrote:

I would drop this release note. We generally only add release notes for things that affect users of the stable ABI, and this is not the case here. I feel that this might create confusion more than anything else.

https://github.com/llvm/llvm-project/pull/89305


More information about the Openmp-commits mailing list