catch2/include
Thomas Lamb 6a6b41411c switch from ->* to <= in expression decomposer
<= chosen arbitrarily from comparison operators, but any of <=, >=, <, >
have the same precedence.

This now allows expressions containing any of *, /, %, +, -, << and >>
to be used on the LHS.

No tests broke, and the corresponding originally failing test in
[tricky] was expanded and added to the main suite.
2014-08-06 03:25:56 -07:00
..
external Merge branch 'master' of https://github.com/gnzlbg/Catch 2014-04-18 08:49:35 +01:00
internal switch from ->* to <= in expression decomposer 2014-08-06 03:25:56 -07:00
reporters More summary formatting tweaks 2014-07-09 19:20:24 +01:00
catch.hpp Tag aliases feature 2014-06-30 07:33:17 +01:00
catch_runner.hpp Tag aliases feature 2014-06-30 07:33:17 +01:00
catch_with_main.hpp Builds almost completely cleanly with -WEverything in LLVM 2012-08-13 07:46:10 +01:00