[libcxx-commits] [PATCH] D144742: [libc++][format] Improves fill character.
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue May 16 09:24:21 PDT 2023
ldionne added inline comments.
================
Comment at: libcxx/include/__format/parser_std_format_spec.h:230
+template <class _CharT>
+struct __fill;
+
----------------
Maybe this could be renamed to `__codepoint`? That way you'd have `__codepoint<_CharT> __fill_;`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144742/new/
https://reviews.llvm.org/D144742
More information about the libcxx-commits
mailing list