v11
-
Added regular expression matcher for std::string and c-strings
-
Added specialization eq for pointer-like parameters and pointer-to-member parameters. This is mostly useful for pointer to pointer parameters, e.g.:
REQUIRE_CALL(obj, func(*trompeloeil::eq(nullptr))); -
Improved accuracy of compilation error message when attempting to place expectation that does not uniquely match any function signature.