[libcxx-commits] [PATCH] D119770: [libcxx] Fix the type in __estimate_column_width

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Feb 14 13:18:17 PST 2022


Mordante accepted this revision as: Mordante.
Mordante added a comment.

Thanks for the fix. I wasn't aware of other 16-bit wchar_t platforms other than Windows.
(Still this should have been `uint32_t` in the first place, as I did in other places.)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119770



More information about the libcxx-commits mailing list