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 7ccde61 commit 938b53dCopy full SHA for 938b53d
ChangeLog
@@ -1,3 +1,18 @@
1
+v11 2016-01-04
2
+
3
+ * Added regular expression matcher for std::string and c-strings
4
5
+ * Added specialization eq<nullptr> for pointer-like parameters and
6
+ pointer-to-member parameters. This is mostly useful for
7
+ pointer to pointer parameters, e.g.:
8
9
+ REQUIRE_CALL(obj, func(*trompeloeil::eq(nullptr)));
10
11
+ * Improved accuracy of compilation error message when attempting
12
+ to place expectation that does not uniquely match any function
13
+ signature.
14
15
16
v10 2015-12-11
17
18
* Fixed bug when wildcard _ could not match std::ostream&
0 commit comments