We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bce135 commit 6c58b3cCopy full SHA for 6c58b3c
ChangeLog
@@ -1,3 +1,18 @@
1
+v10 2015-12-11
2
+
3
+ * Fixed bug when wildcard _ could not match std::ostream&
4
5
+ * Fixed ADL bugs
6
7
+ * Added functionality to use the dereference operator (prefix
8
+ operator*) on any matcher to instead match a pointer to the
9
+ value to check.
10
11
+ * Documented adapter for VisualStudio MSTest
12
13
+ * Corrected documentation bug for how to write report formatting
14
+ function trompeloeil::print<>(std::ostream&, T const&).
15
16
v9 2015-11-29
17
18
* Fixed bug with accepting std::unique_ptr<> by value.
0 commit comments