Improve handling of signs

This commit is contained in:
Victor Zverovich
2019-10-20 19:02:38 -07:00
parent 8498bc97dd
commit a967dcbe20
2 changed files with 61 additions and 65 deletions

View File

@@ -342,6 +342,7 @@ template <typename T>
const char basic_data<T>::background_color[] = "\x1b[48;2;";
template <typename T> const char basic_data<T>::reset_color[] = "\x1b[0m";
template <typename T> const wchar_t basic_data<T>::wreset_color[] = L"\x1b[0m";
template <typename T> const char basic_data<T>::signs[] = {0, '-', '+', ' '};
template <typename T> struct bits {
static FMT_CONSTEXPR_DECL const int value =