[libcxx-commits] [PATCH] D103466: [libc++][format] Adds char formatter.
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jul 20 10:14:45 PDT 2021
Mordante added inline comments.
================
Comment at: libcxx/include/__format/formatter_char.h:46
+
+ _LIBCPP_INLINE_VISIBILITY constexpr auto parse(auto& __parse_ctx)
+ -> decltype(__parse_ctx.begin()) {
----------------
`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/D103466/new/
https://reviews.llvm.org/D103466
More information about the libcxx-commits
mailing list