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 b381c8b commit 0e8be8aCopy full SHA for 0e8be8a
ChangeLog
@@ -2,6 +2,13 @@
2
GitHub actions now require node-20, and no build environment is
3
currently available that both supports node-20 and older compilers.
4
5
+ * Support for STDMETHOD functions for COM. Thank you Luis Andres Cesena
6
+ for the implementation, and Kevin Puetz for the discussions. This
7
+ adds new macros:
8
+
9
+ MAKE_STDMETHOD_MOCKn(...)
10
+ IMPLEMENT_STDMETHOD_MOCKn(...)
11
12
* Fixed issue with std::expected causing compilation error. Thank you
13
@subbota-a for reporting
14
0 commit comments