Skip to content
This repository was archived by the owner on Aug 29, 2023. It is now read-only.
This repository was archived by the owner on Aug 29, 2023. It is now read-only.

Invalid user-defined conversion Error #55

Open
@elifyoldas

Description

@elifyoldas

Hello

i try to compile main class which writed in read.md file.
i take invalid user-defined conversion error from this lines;

// Run async command with callback
connection.command({"PING"}, [](RedisClient::Response r) {
QVariant val = r.getValue(); // get value from response
// do stuff
});

The whole error : invalid user-defined conversion from 'main(int, char **)::<lambda(RedisClient::Response)>'to 'int'[-fpermissive] });

Thank you :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions