[libcxx-commits] [PATCH] D103413: [libc++][format] Implement Unicode support.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jul 20 10:14:15 PDT 2021


Mordante added inline comments.


================
Comment at: libcxx/include/__format/parser_std_format_spec.h:750
+ */
+[[nodiscard]] _LIBCPP_INLINE_VISIBILITY inline constexpr int
+__column_width_3(uint32_t __c) noexcept {
----------------
`s/_LIBCPP_INLINE_VISIBILITY/_LIBCPP_HIDE_FROM_ABI/` here and all other occurrences in this patch.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103413



More information about the libcxx-commits mailing list