[libcxx-commits] [PATCH] D103670: [libc++][format] Adds bool formatter.
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Jul 18 10:34:50 PDT 2021
Mordante marked an inline comment as done.
Mordante added inline comments.
================
Comment at: libcxx/test/std/utilities/format/format.functions/tests.inc:450-451
+ // *** precision ***
+ test_exception("A precision field isn't allowed in this format-spec",
+ STR("{:.}"), true);
+ test_exception("A precision field isn't allowed in this format-spec",
----------------
vitaut wrote:
> As in D103466: `.` alone is not a prevision field.
Like there the message has changed.
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