ArgList -> format_args
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ FMT_FUNC void write(std::ostream &os, Writer &w) {
|
||||
}
|
||||
}
|
||||
|
||||
FMT_FUNC void print(std::ostream &os, CStringRef format_str, ArgList args) {
|
||||
FMT_FUNC void print(std::ostream &os, CStringRef format_str, format_args args) {
|
||||
MemoryWriter w;
|
||||
w.write(format_str, args);
|
||||
internal::write(os, w);
|
||||
|
||||
Reference in New Issue
Block a user