Update cppformat v2 to fmtlib v4

* I did this mainly to remove some build warnings that were showing up
in cppformat v2 underneath clang (the default macOS compiler)
* At this point, WUT will build on macOS with no warnings whatsoever.
This commit is contained in:
CreeperMario
2017-08-27 18:41:08 +09:30
parent 5829abb4ef
commit d44b7f774e
8 changed files with 28 additions and 28 deletions

View File

@@ -1,5 +1,5 @@
#include <excmd.h>
#include <format.h>
#include <fmt/format.h>
#include <fstream>
#include <iostream>
#include <vector>