Skip to content

Commit 1f56fc3

Browse files
committed
Update fmt to version 6.1.2
1 parent 565ccca commit 1f56fc3

14 files changed

+2460
-1719
lines changed

engine/util/fmt/README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,5 @@ std::string s = fmt::format("{0}{1}{0}", "abra", "cad");
1414

1515
SimC Integration:
1616
-----------------
17-
* Release 6.0.0 from https://github.com/fmtlib/fmt/releases/tag/6.0.0
18-
* rename .cc files to .cpp for simpler integration into our build systems.
19-
* applied workaround for VS2019 bug: https://github.com/fmtlib/fmt/pull/1328/commits/35658bf42d6fc3eb2b3b5f78f85a0abd8f9b6817
17+
* Release 6.1.2 from https://github.com/fmtlib/fmt/releases/tag/6.1.2
18+
* rename .cc files to .cpp for simpler integration into our build systems.

0 commit comments

Comments
 (0)