Fix build.
This commit is contained in:
parent
4f4e6c965f
commit
3b3f76b809
@ -1677,7 +1677,7 @@ TEST(FormatTest, VariadicMacro) {
|
|||||||
EXPECT_EQ("42 abc 1.2", test(42, " {} {}", "abc", 1.2));
|
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) {
|
const fmt::ArgList &args) {
|
||||||
fmt::Writer w;
|
fmt::Writer w;
|
||||||
w.format("[{}] ", id);
|
w.format("[{}] ", id);
|
||||||
|
Loading…
Reference in New Issue
Block a user