[libcxx-commits] [PATCH] D144326: [libc++][format] Addresses LWG3720.

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Mar 28 08:49:05 PDT 2023


ldionne accepted this revision.
ldionne added inline comments.
This revision is now accepted and ready to land.


================
Comment at: libcxx/include/__format/parser_std_format_spec.h:93-95
+        // When an integral is used in a format function it's stored in one of
+        // the tested types. Other integral types are promoted. For example a
+        // signed char is stored as an int.
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D144326



More information about the libcxx-commits mailing list