Char -> char_type

This commit is contained in:
Victor Zverovich
2016-10-22 08:19:19 -07:00
parent f85d5f4dac
commit be613204ab
3 changed files with 9 additions and 9 deletions

View File

@@ -578,7 +578,7 @@ TEST(UtilTest, FormatArgs) {
}
struct CustomFormatter {
typedef char Char;
typedef char char_type;
};
void format_value(CustomFormatter &, const char *&s, const Test &) {