BasicArgFormatter -> ArgFormatter. FullFormat -> ActiveFormatter. Use ActiveFormatter to implement Format and Print.

This commit is contained in:
Victor Zverovich
2012-12-11 13:54:53 -08:00
parent 57dbd2c3fe
commit 87b5ebfc4a
4 changed files with 114 additions and 70 deletions
-5
View File
@@ -366,8 +366,3 @@ void fmt::Formatter::DoFormat() {
buffer_.append(start, s + 1);
buffer_.resize(buffer_.size() - 1); // Don't count the terminating zero.
}
fmt::BasicArgFormatter::~BasicArgFormatter() {
if (!formatter_) return;
FinishFormatting();
}