Don't use deprecated API.

This commit is contained in:
Victor Zverovich
2014-06-28 19:53:15 -07:00
parent 421cb0ad18
commit 0914c91284
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1324,7 +1324,7 @@ class Answer {};
template <typename Char>
void format(BasicWriter<Char> &w, const fmt::FormatSpec &spec, Answer) {
w.Write("42", spec);
w.write("42", spec);
}
TEST(FormatterTest, CustomFormat) {