Rename Buffer to Array and test it.

This commit is contained in:
Victor Zverovich
2012-12-11 12:23:52 -08:00
parent 4db5a66455
commit 57dbd2c3fe
3 changed files with 113 additions and 23 deletions
+2 -1
View File
@@ -223,8 +223,9 @@ void fmt::Formatter::FormatDouble(
}
}
void fmt::Formatter::Format() {
void fmt::Formatter::DoFormat() {
const char *start = format_;
format_ = 0;
const char *s = start;
while (*s) {
char c = *s++;