compile-time-regular-expressions
compile-time-regular-expressions copied to clipboard
Disable bogus tests if char is unsigned
The limits of char are architecture dependent, and all modern architectures make it unsigned.
Fixes issue 253.