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
Description
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
Labels
No labels