[libcxx-commits] [libcxx] [openmp] [libc++] basic_ios<wchar_t> cannot store fill character WCHAR_MAX (PR #89305)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jul 4 12:03:41 PDT 2024
================
@@ -91,6 +91,14 @@
# define _LIBCPP_ABI_USE_WRAP_ITER_IN_STD_STRING_VIEW
// Dont' add an inline namespace for `std::filesystem`
# define _LIBCPP_ABI_NO_FILESYSTEM_INLINE_NAMESPACE
+// libcxx std::basic_ios uses WEOF to indicate that the fill value is
----------------
ldionne wrote:
```suggestion
// std::basic_ios uses WEOF to indicate that the fill value is
```
libc++ is implicit!
https://github.com/llvm/llvm-project/pull/89305
More information about the libcxx-commits
mailing list