https://github.com/philsquared/Catch
Revision 9bc15939a5cf7f0f6702bff218401acdc3b5d353 authored by Martin Hořeňovský on 18 December 2018, 19:19:39 UTC, committed by Martin Hořeňovský on 18 December 2018, 19:19:39 UTC
This doesn't cause trouble with GCC/Clang and libstdc++, but IAR
and its stdlib apparently doesn't compile when you use `fno-exceptions`
and `std::current_exception`/`std::rethrow_exception`.

Fixes #1462
1 parent 461843b
History
Tip revision: 9bc15939a5cf7f0f6702bff218401acdc3b5d353 authored by Martin Hořeňovský on 18 December 2018, 19:19:39 UTC
Don't use exception-related std:: functions with -fno-exceptions
Tip revision: 9bc1593
File Mode Size
.conan
.github
CMake
artwork
contrib
docs
examples
include
misc
projects
scripts
single_include
third_party
.gitattributes -rw-r--r-- 613 bytes
.gitignore -rw-r--r-- 504 bytes
.travis.yml -rw-r--r-- 7.8 KB
CMakeLists.txt -rw-r--r-- 5.5 KB
CODE_OF_CONDUCT.md -rw-r--r-- 3.1 KB
LICENSE.txt -rw-r--r-- 1.3 KB
README.md -rw-r--r-- 2.2 KB
appveyor.yml -rw-r--r-- 2.5 KB
codecov.yml -rw-r--r-- 400 bytes
conanfile.py -rw-r--r-- 889 bytes

README.md

back to top