Skip to content

v10

Compare
Choose a tag to compare
@rollbear rollbear released this 11 Dec 13:55
  • Fixed bug when wildcard _ could not match std::ostream&
  • Fixed ADL bugs
  • Added functionality to use the dereference operator (prefix operator*) on any matcher to instead match a pointer to the value to check.
  • Documented adapter for VisualStudio MSTest
  • Corrected documentation bug for how to write report formatting function trompeloeil::print<>(std::ostream&, T const&).