mirror of
https://github.com/fmtlib/fmt.git
synced 2026-07-30 16:26:27 +08:00
MSVC compiler ambiguity addressed between 'char' & 'signed char'
This commit is contained in:
parent
33b4de12b7
commit
09c75f64ad
@ -192,7 +192,6 @@ static inline FmtArg fmt_identity(FmtArg x) { return x; }
|
||||
FmtArg: fmt_identity, \
|
||||
_Bool: fmt_from_bool, \
|
||||
char: fmt_from_char, \
|
||||
signed char: fmt_from_int, \
|
||||
unsigned char: fmt_from_uint, \
|
||||
short: fmt_from_int, \
|
||||
unsigned short: fmt_from_uint, \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user