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

Invalid user-defined conversion Error #55

Open
elifyoldas opened this issue Jan 25, 2021 · 0 comments
Open

Invalid user-defined conversion Error #55

elifyoldas opened this issue Jan 25, 2021 · 0 comments

Comments

@elifyoldas
Copy link

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 :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant