catch2/include
Ian Hattendorf 88a6ff0b65 Cast to unsigned char when using std::isalnum
std::isalnum expects an int in the range of unsigned char or -1 (EOF),
otherwise it exhibits undefined behavior. Casting from char to unsigned
char avoids this.

MSVC warns about this when compiling with /analyze.
2018-04-29 20:28:35 +02:00
..
external Bring in Clara v1.1.4 2018-03-09 10:37:56 +01:00
internal Cast to unsigned char when using std::isalnum 2018-04-29 20:28:35 +02:00
reporters Changed to c++ style includes 2018-04-21 15:58:05 +02:00
catch.hpp v2.2.2 2018-04-06 12:11:22 +02:00
catch_with_main.hpp Fixed catch_with_main.hpp (no longer references deleted catch_runner.hpp) 2015-12-28 15:06:04 +00:00