Skip to content

v11

Choose a tag to compare

@rollbear rollbear released this 04 Jan 06:34
  • 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.