catch2/include
Martin Hořeňovský cd6de9cd34 Don't reconstruct expression on encountering fatal error
In some cases, like when given

```cpp
std::vector<char>* str =
reinterpret_cast<std::vector<char>*>(0x1234458);
CHECK(*str == std::vector<char>());
```

reconstructing the expression to report it would cause another fatal
error. Instead we just put together an AssertionResult without
reconstructing the expression fully.

This should fully fix #810
2017-03-02 18:18:28 +01:00
..
external Restated text format loop to avoid out-of-bounds condition 2017-01-23 16:58:49 +00:00
internal Don't reconstruct expression on encountering fatal error 2017-03-02 18:18:28 +01:00
reporters Added duration reporting to compact reporter 2017-03-02 16:16:17 +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 Added first vector matchers (Contains and Equals) 2017-02-21 16:05:04 +00:00