[libcxx-commits] [PATCH] D145853: [libc++][format] range-default-formatter for strings.
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Mar 17 09:32:38 PDT 2023
Mordante added inline comments.
Herald added a subscriber: mikhail.ramalho.
================
Comment at: libcxx/include/__format/range_default_formatter.h:175
requires(_Kp == range_format::string || _Kp == range_format::debug_string)
struct _LIBCPP_TEMPLATE_VIS _LIBCPP_AVAILABILITY_FORMAT __range_default_formatter<_Kp, _Rp, _CharT> {
+private:
----------------
Remove availability.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145853/new/
https://reviews.llvm.org/D145853
More information about the libcxx-commits
mailing list