[libcxx-commits] [PATCH] D103433: [libc++][format] Adds integer formatter.
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jul 20 10:14:32 PDT 2021
Mordante marked an inline comment as done.
Mordante added inline comments.
================
Comment at: libcxx/include/__format/formatter.h:159
+template <class _CharT, class _UnaryOperation, class _Fill>
+[[nodiscard]] _LIBCPP_INLINE_VISIBILITY auto
+__write(__output_iterator<const _CharT&> auto __out_it, const _CharT* __first,
----------------
`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/D103433/new/
https://reviews.llvm.org/D103433
More information about the libcxx-commits
mailing list