mirror of
https://github.com/fmtlib/fmt.git
synced 2025-11-28 05:09:44 +01:00
Fix redefinition warning for RESET_COLOR
This commit is contained in:
committed by
Victor Zverovich
parent
c04fb91b03
commit
ec218a3ad1
@@ -912,6 +912,8 @@ struct FMT_API basic_data {
|
||||
static const uint64_t POW10_SIGNIFICANDS[];
|
||||
static const int16_t POW10_EXPONENTS[];
|
||||
static const char DIGITS[];
|
||||
static const char RESET_COLOR[];
|
||||
static const wchar_t WRESET_COLOR[];
|
||||
};
|
||||
|
||||
#if FMT_USE_EXTERN_TEMPLATES
|
||||
|
||||
Reference in New Issue
Block a user