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 df48766 commit 1cf9334Copy full SHA for 1cf9334
src/mongocxx/lib/mongocxx/v_noabi/mongocxx/test_util/mock.hh
@@ -37,7 +37,7 @@ template <typename T>
37
class mock;
38
39
template <typename R, typename... Args>
40
-class mock<R (*)(Args...)> {
+class mock<R(MONGOCXX_ABI_CDECL*)(Args...)> {
41
public:
42
using underlying_ptr = R (*)(Args...);
43
using callback = std::function<R(Args...)>;
0 commit comments