Add test for upper case conversions and fix as necessary
This commit is contained in:
parent
f1d6ac789e
commit
1c6de14cd4
2 changed files with 9 additions and 1 deletions
|
@ -286,7 +286,7 @@ namespace dhandy {
|
|||
}
|
||||
};
|
||||
template <typename C>
|
||||
using ASCIITranslatorUpcase = ASCIITranslator<C, 'A'>;
|
||||
using ASCIITranslatorUpcase = ASCIITranslator<C, '0', 'A'>;
|
||||
|
||||
template <typename I, unsigned int Base=10, typename Tr=ASCIITranslator<char>>
|
||||
constexpr inline auto int_to_ary (I in) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue