internal::FormatParser -> BasicFormatter.
This commit is contained in:
+1
-1
@@ -1318,7 +1318,7 @@ TEST(FormatterTest, FormatUsingIOStreams) {
|
||||
class Answer {};
|
||||
|
||||
template <typename Char>
|
||||
void format(fmt::internal::FormatParser<Char> &f, const Char *, Answer) {
|
||||
void format(fmt::BasicFormatter<Char> &f, const Char *, Answer) {
|
||||
f.writer() << "42";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user