catch2/include
Phil Christensen aaefa4e0e0 fix implicit narrowing warnings in Catch
Catch passes ::tolower into std::transform with string iterators.
::tolower has the signature int(int), which triggers a stealth narrowing
warning inside std::transform, because transform calls
*_Dest = _Fn(*_First), which implicitly narrows an int to a char.

For this particular application the narrowing is fine, so explicitly
narrow in an inline function.

This is identical to the issue that was fixed in pull request #728,
just in a different place.
2016-11-28 22:45:45 -08:00
..
external fix implicit narrowing warnings in Catch 2016-11-28 22:45:45 -08:00
internal Build 1.5.8 2016-10-26 12:08:26 +01:00
reporters Rename element for Fatal Error Condition so it doesn't have spaces 2016-10-14 18:45:08 +01:00
catch_session.hpp Updated embedded Clara to 0.0.2.3 2016-04-23 13:21:29 +01: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
catch.hpp Fixed CATCH_REGISTER_TEST_CASE too 2016-01-22 07:50:10 +00:00