catch2/include
Martin Hořeňovský 613e1466f9 Save errno before using sprintf, ifstream.
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
2017-03-06 21:51:22 +01:00
..
external Restated text format loop to avoid out-of-bounds condition 2017-01-23 16:58:49 +00:00
internal Save errno before using sprintf, ifstream. 2017-03-06 21:51:22 +01:00
reporters Save errno before using sprintf, ifstream. 2017-03-06 21:51:22 +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 Change reporting of CAPTURE'd variables 2017-03-03 14:34:50 +01:00