Skip to content

Commit

Permalink
Revert "Update fmt to version 6.1.2"
Browse files Browse the repository at this point in the history
This reverts commit 1f56fc3.

Problem is a build problem with clang < 5.0, see fmtlib/fmt#1587

I tried to patch it manually, but am now reverting this until there is a new working release.
  • Loading branch information
scamille committed Mar 11, 2020
1 parent 1f56fc3 commit 5a095cc
Show file tree
Hide file tree
Showing 14 changed files with 1,719 additions and 2,460 deletions.
5 changes: 3 additions & 2 deletions engine/util/fmt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ std::string s = fmt::format("{0}{1}{0}", "abra", "cad");

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

0 comments on commit 5a095cc

Please sign in to comment.