Rename ArgFormatter to BasicArgFormatter and ArgFormatterWithCallback to ArgFormatter.

This commit is contained in:
Victor Zverovich
2012-12-11 08:41:06 -08:00
parent 0996e98727
commit b1e4cbb023
2 changed files with 50 additions and 52 deletions

View File

@@ -366,7 +366,7 @@ void fmt::Formatter::Format() {
buffer_.resize(buffer_.size() - 1); // Don't count the terminating zero.
}
fmt::ArgFormatter::~ArgFormatter() {
fmt::BasicArgFormatter::~BasicArgFormatter() {
if (!formatter_) return;
FinishFormatting();
}