[libcxx-commits] [PATCH] D103670: [libc++][format] Adds bool formatter.

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


Mordante added inline comments.


================
Comment at: libcxx/include/__format/formatter_bool.h:51
+
+  _LIBCPP_INLINE_VISIBILITY constexpr auto parse(auto& __parse_ctx)
+      -> decltype(__parse_ctx.begin()) {
----------------
https://reviews.llvm.org/D103413#inline-991405


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103670



More information about the libcxx-commits mailing list