Fix redefinition warning for RESET_COLOR

This commit is contained in:
Dhruv Paranjape
2018-06-28 10:43:00 +05:30
committed by Victor Zverovich
parent c04fb91b03
commit ec218a3ad1
2 changed files with 9 additions and 9 deletions

View File

@@ -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