mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-17 11:12:25 +01:00
8c38bd9d68
Root cause: The return type of ::tolower is int. So when we use ::tolower in std::transform(), it will generate this warning. If user turns on "treat warning as error", Catch build will fail due to this warning. |
||
---|---|---|
.. | ||
external | ||
internal | ||
reporters | ||
catch_session.hpp | ||
catch_with_main.hpp | ||
catch.hpp |