You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.
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 :)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 :)
The text was updated successfully, but these errors were encountered: