Bitpack integral prefixes

This commit is contained in:
Victor Zverovich
2021-03-11 19:30:29 -08:00
parent cdf877d4b1
commit af567538a0
2 changed files with 43 additions and 42 deletions

View File

@@ -1066,6 +1066,7 @@ template <typename T> const char basic_data<T>::signs[] = {0, '-', '+', ' '};
#if __cplusplus < 201703L
template <typename T> constexpr const char basic_data<T>::hex_digits[];
template <typename T> constexpr const unsigned basic_data<T>::prefixes[];
template <typename T> constexpr const char basic_data<T>::left_padding_shifts[];
template <typename T>
constexpr const char basic_data<T>::right_padding_shifts[];