catch2/include/external
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
..
clara.h fix implicit narrowing warnings in Catch 2016-11-28 22:45:45 -08:00
tbc_text_format.h New version of Clara 2014-03-17 18:40:58 +00:00