commit | a8a6b3159d84892edefd298dc2b6f40b859903f8 | [log] [tgz] |
---|---|---|
author | Martin Hořeňovský <martin.horenovsky@gmail.com> | Wed Feb 22 14:14:59 2017 +0100 |
committer | Martin Hořeňovský <martin.horenovsky@gmail.com> | Wed Feb 22 14:14:59 2017 +0100 |
tree | 146f19d038fb0af3ee5230b07ec53970d682bba6 | |
parent | 9e2616aeac483dee9ac2b8cda517591030749b24 [diff] |
Disabled C4312 in the evaluate layer We reinterpret cast int to T* (because someone might compare 0 to a ptr), which causes 4312 to fire when x64 platform is set. Fixes #148
v1.7.2
The latest, single header, version can be downloaded directly using this link
Catch stands for C++ Automated Test Cases in Headers and is a multi-paradigm automated test framework for C++ and Objective-C (and, maybe, C). It is implemented entirely in a set of header files, but is packaged up as a single header for extra convenience.
This documentation comprises these three parts: