1
0
mirror of https://github.com/catchorg/Catch2.git synced 2025-03-31 07:34:46 +02:00
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 
2017-03-06 21:51:22 +01:00
..
2014-03-17 18:40:58 +00:00
2017-02-14 09:16:54 +00:00
2017-02-13 14:12:22 +01:00
2017-03-06 09:23:31 +00:00
2017-03-06 09:23:31 +00:00
2014-05-19 18:57:14 +01:00
2015-07-01 07:33:27 +01:00
2015-07-28 18:55:11 +01:00
2017-02-13 14:12:22 +01:00
2014-06-30 07:33:17 +01:00
2014-03-17 18:40:58 +00:00
2017-03-01 16:04:44 +00:00