Inline padding shifts

This commit is contained in:
Victor Zverovich
2021-09-06 16:26:50 -07:00
parent 894faf3fed
commit e3ebf366a6
2 changed files with 1 additions and 9 deletions

View File

@@ -150,9 +150,6 @@ template <typename T> constexpr const char basic_data<T>::digits[][2];
template <typename T> constexpr const char basic_data<T>::hex_digits[];
template <typename T> constexpr const char basic_data<T>::signs[];
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[];
#endif
template <typename T> struct bits {