cppformat -> fmt

This commit is contained in:
Victor Zverovich
2016-04-24 09:06:12 -07:00
parent 5e1576f79f
commit afd67497de
22 changed files with 22 additions and 72 deletions
+1 -1
View File
@@ -46,7 +46,7 @@
// Test that the library compiles if None is defined to 0 as done by xlib.h.
#define None 0
#include "cppformat/format.h"
#include "fmt/format.h"
#include "util.h"
#include "mock-allocator.h"
#include "gtest-extra.h"