diff options
author | Naios <naios-dev@live.de> | 2017-10-05 01:32:10 +0200 |
---|---|---|
committer | Naios <naios-dev@live.de> | 2017-10-16 22:54:23 +0200 |
commit | e7ec5bead14dd78c2447c4840558e20214293b23 (patch) | |
tree | 3f65fc2a85c4e265843b21c86e680894bc9e4ddb /dep/fmt/cppformat/posix.h | |
parent | c7f0dfd2624cc1ff6eb4f92f53794f6284d63950 (diff) |
Dep/fmt: Update fmt to fmtlib/fmt@5f39721c0a4
* Rename cppformat to fmt in the PackageList.txt
(cherry picked from commit 5077c8289cd52108bf9aeb8fb6ab2742ae3e0b95)
Diffstat (limited to 'dep/fmt/cppformat/posix.h')
-rw-r--r-- | dep/fmt/cppformat/posix.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dep/fmt/cppformat/posix.h b/dep/fmt/cppformat/posix.h deleted file mode 100644 index 97b6fadcdea..00000000000 --- a/dep/fmt/cppformat/posix.h +++ /dev/null @@ -1,2 +0,0 @@ -#include "../fmt/posix.h" -#warning Including cppformat/posix.h is deprecated. Include fmt/posix.h instead. |