hanickadot / compile-time-regular-expressions

Compile Time Regular Expression in C++
https://twitter.com/hankadusikova
Apache License 2.0
3.22k stars 177 forks source link

Disable bogus tests if char is unsigned #299

Open andreas-schwab opened 7 months ago

andreas-schwab commented 7 months ago

The limits of char are architecture dependent, and all modern architectures make it unsigned.

Fixes issue 253.