mirror of
https://github.com/fmtlib/fmt.git
synced 2025-10-18 00:35:27 +02:00
write -> write_str
This commit is contained in:
@@ -1319,7 +1319,7 @@ class Answer {};
|
||||
|
||||
template <typename Char>
|
||||
void format(BasicWriter<Char> &w, const fmt::FormatSpec &spec, Answer) {
|
||||
w.write("42", spec);
|
||||
w.write_str("42", spec);
|
||||
}
|
||||
|
||||
TEST(FormatterTest, CustomFormat) {
|
||||
|
Reference in New Issue
Block a user