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

Xing Xue via libcxx-commits libcxx-commits at lists.llvm.org
Fri Apr 19 08:10:36 PDT 2024


================
@@ -521,6 +522,31 @@ inline _LIBCPP_HIDE_FROM_ABI void ios_base::exceptions(iostate __iostate) {
   clear(__rdstate_);
 }
 
+template <class _Traits>
+// Attribute 'packed' is used to keep the layout compatible with the previous
----------------
xingxue-ibm wrote:

Changed the comment as suggested, thanks!

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


More information about the libcxx-commits mailing list