[libcxx-commits] [PATCH] D145847: [libc++][format] Implements LWG3892.

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Mar 14 08:59:51 PDT 2023


ldionne accepted this revision as: ldionne.
ldionne added a comment.

LGTM, it would be great if @vitaut could have a quick look as well.



================
Comment at: libcxx/test/support/format.functions.common.h:52
 struct std::formatter<status, CharT> {
-  int type = 0;
+  // During the 2023 Issaquah meeting LWEG made it clear a formatter is
+  // required to call its parse function. LWG3892 Adds the wording for that
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D145847



More information about the libcxx-commits mailing list