[libcxx-commits] [libcxx] [libc++][format] Decay character arrays in formatting (PR #116571)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Tue Nov 26 14:09:55 PST 2024


================
@@ -3189,6 +3189,10 @@ void format_tests(TestFunction check, ExceptionTest check_exception) {
     const CharT* data = buffer;
     check(SV("hello 09azAZ!"), SV("hello {}"), data);
   }
+  {
----------------
ldionne wrote:

Can you leave a short comment behind? Maybe a link to the Github issue is sufficient.

https://github.com/llvm/llvm-project/pull/116571


More information about the libcxx-commits mailing list