Fix missing named-arg validation for compiled format strings (#4638)

This commit is contained in:
Jaeheon Shim
2026-01-03 18:27:32 -08:00
committed by GitHub
parent cbd4fc18c3
commit 46a45990fe
2 changed files with 35 additions and 21 deletions
+1
View File
@@ -7,6 +7,7 @@ set(fmt_headers "
#include <fmt/format.h>
#include <fmt/xchar.h>
#include <fmt/ostream.h>
#include <fmt/compile.h>
#include <iostream>
")