v10
- Fixed bug when wildcard
_
could not matchstd::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&)
.