-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ircmessage.cpp: error: could not convert from '<brace-enclosed initializer list>' to 'const QHash<QString, std::function<IrcMessage*(IrcConnection*)> >' #118
Comments
After adding the header, it still fails, though differently:
|
UPD. Ah, header was added already, I am using a bit older commit before the build was broken with Qt6 fixes :) |
barracuda156
changed the title
ircmessage.cpp: error: 'function' in namespace 'std' does not name a template type (needed header missing)
ircmessage.cpp: error: could not convert from '<brace-enclosed initializer list>' to 'const QHash<QString, std::function<IrcMessage*(IrcConnection*)> >'
Jun 29, 2023
UPD. This error is not there in 3.6.0. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: