mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-30 05:40:06 +00:00
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));
|
||||
}
|
||||
|
||||
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);
|
||||
|
Loading…
Reference in New Issue
Block a user