[libcxx-commits] [PATCH] D124555: [libcxx] basic_ios<wchar_t> cannot store fill character WCHAR_MAX

Chris Bowler via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jun 14 18:00:48 PDT 2022


cebowleratibm added inline comments.


================
Comment at: libcxx/include/ios:699
+        static const bool value = true;
+#elif defined(_WIN32)
+        static const bool value = false;
----------------
I think I should respect _LIBCPP_HAS_NO_WIDE_CHARACTERS


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124555



More information about the libcxx-commits mailing list