commit | f96e89e016802fb219c9158ac74a21f3aae6abc9 | [log] [tgz] |
---|---|---|
author | Rosen Penev <[email protected]> | Fri Jan 31 21:54:16 2020 -0800 |
committer | Rosen Penev <[email protected]> | Fri Jan 31 22:20:59 2020 -0800 |
tree | 9fa6569b90b4d7848be9807310ad30a719f98e39 | |
parent | 481f54b357f033df0edc8bd457c175a2f2236d08 [diff] |
catch_compiler_capabilities.h: use proper math define C++11 math requires _GLIBCXX_USE_C99_MATH_TR1 to be true with gcc/clang. Also fixes an issue with uClibc-ng where __UCLIBC__ is defined in features.h but that is not included here and is thus no-op.
The latest version of the single header can be downloaded directly using this link
If you've been using an earlier version of Catch, please see the Breaking Changes section of the release notes before moving to Catch2. You might also like to read this blog post for more details.
Catch2 is a multi-paradigm test framework for C++. which also supports Objective-C (and maybe C). It is primarily distributed as a single header file, although certain extensions may require additional headers.
This documentation comprises these three parts: