mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-04 05:09:53 +01:00
613e1466f9
std::ifstream in libstdc++ contains a bug, where it sets errno to zero. To work around it, we manually save the errno before using std::ifstream in debugger check, and reset it after we are done. We also preventively save errno before using sprintf. Fixes #835 |
||
---|---|---|
.. | ||
catch_reporter_automake.hpp | ||
catch_reporter_bases.hpp | ||
catch_reporter_compact.hpp | ||
catch_reporter_console.hpp | ||
catch_reporter_junit.hpp | ||
catch_reporter_multi.hpp | ||
catch_reporter_tap.hpp | ||
catch_reporter_teamcity.hpp | ||
catch_reporter_xml.hpp |