commit | 87b5bf77bc98030bdbca52bff65ee24fc6483d3b | [log] [tgz] |
---|---|---|
author | khyperia <[email protected]> | Mon Feb 24 12:21:32 2020 +0100 |
committer | Martin Hořeňovský <[email protected]> | Mon Feb 24 19:36:34 2020 +0100 |
tree | ce5b9a5db1573c3aa9c3bd2fffbe4c1e81264fdb | |
parent | 81d52c4a5ffc1e527ce158c7570aa94dadc8c002 [diff] |
include <iterator> in catch_stats.hpp needed for std::back_inserter on some platforms
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: