mirror of
https://github.com/nlohmann/json.git
synced 2026-07-03 09:14:18 +00:00
✨ add std::format and fmt support
Signed-off-by: Niels Lohmann <mail@nlohmann.me>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user