Get rid of FMT_VARIADIC_VOID
This commit is contained in:
+1
-1
@@ -1566,7 +1566,7 @@ TEST(StrTest, Convert) {
|
||||
std::string vformat_message(int id, const char *format, fmt::format_args args) {
|
||||
MemoryWriter w;
|
||||
w.write("[{}] ", id);
|
||||
w.write(format, args);
|
||||
w.vwrite(format, args);
|
||||
return w.str();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user