commit | f20a9dbc6e115eeb2b48288bfb27234c29f7417a | [log] [tgz] |
---|---|---|
author | Martin Hořeňovský <[email protected]> | Sat Feb 01 20:55:42 2020 +0100 |
committer | Martin Hořeňovský <[email protected]> | Sat Feb 01 21:06:07 2020 +0100 |
tree | 8eb6aa6e271cf782d9ff6bbcd4f9043f86363ae2 | |
parent | 273c3f85eb5f7133c6a33855d8ba9fdf1d6c7a4d [diff] |
Fix significant bug with storing composed matchers Given that in the 2 or so years that matchers are thing nobody complained, it seems that people do not actually write this sort of code, and the possibility will be removed in v3. However, to avoid correctness bugs, we will have to support this weird code in v2.
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: