DrMock icon indicating copy to clipboard operation
DrMock copied to clipboard

Void pointers in function parameters make building mock failing

Open Christer-Ekholm opened this issue 2 years ago • 3 comments

If I studied correctly then the following code have problems to be mocked.

class A { void * b(void * a, const void *b); }

ISEQUAL template cannot compare void poiters.

Christer-Ekholm avatar Apr 26 '22 04:04 Christer-Ekholm