add std::format and fmt support

Signed-off-by: Niels Lohmann <mail@nlohmann.me>
This commit is contained in:
Niels Lohmann
2026-07-01 14:27:56 +02:00
parent 730b57775d
commit 699a239067
18 changed files with 513 additions and 1 deletions
+1 -1
View File
@@ -55,5 +55,5 @@ int main()
// use every result so the references cannot be optimized away
return (a == 1 && last == 3 && b == 2 && lit.size() == 3
&& m.size() == 1 && !dumped.empty() && !os.str().empty())
? 0 : 1;
? 0 : 1;
}