BasicFormatter -> basic_formatter
This commit is contained in:
+1
-1
@@ -172,7 +172,7 @@ public:
|
||||
|
||||
template <typename... Args>
|
||||
inline void print(CStringRef format_str, const Args & ... args) {
|
||||
vprint(format_str, make_format_args<BasicFormatter<char>>(args...));
|
||||
vprint(format_str, make_format_args<basic_formatter<char>>(args...));
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user