mirror of
https://github.com/fmtlib/fmt.git
synced 2025-11-03 07:31:41 +01:00
Char -> char_type
This commit is contained in:
@@ -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 &) {
|
||||
|
||||
Reference in New Issue
Block a user