commit | 7be8a41adf368b48350e5906568adf34579d4718 | [log] [tgz] |
---|---|---|
author | Julien Nitard <jnitard@jumptrading.com> | Wed May 30 21:32:59 2018 -0500 |
committer | Martin Hořeňovský <martin.horenovsky@gmail.com> | Wed Jun 06 22:33:03 2018 +0200 |
tree | 4cae0f05235b1e15cd99eed38a6749891ed70473 | |
parent | 021fcee63667e346c619e04bbae932bcea562334 [diff] |
Fix ambiguity in stringification Happening when using clang and templated operators, clang cannot decide between the operator provided by ReusableStringStream and the one provided by the value value as both are templates. This is easily solved by calling the operator<< through the member syntax. Fixes #1285
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 stands for C++ Automated Test Cases in a Header and 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: