Skip to content

Void pointers in function parameters make building mock failing #24

@Christer-Ekholm

Description

@Christer-Ekholm

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions