Fix build.

This commit is contained in:
Victor Zverovich 2014-06-28 13:03:39 -07:00
parent 4f4e6c965f
commit 3b3f76b809

View File

@ -1677,7 +1677,7 @@ TEST(FormatTest, VariadicMacro) {
EXPECT_EQ("42 abc 1.2", test(42, " {} {}", "abc", 1.2));
}
std::string FormatMessage(const char *format, int id,
std::string FormatMessage(int id, const char *format,
const fmt::ArgList &args) {
fmt::Writer w;
w.format("[{}] ", id);