We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In file included from src/fingerprint/Fingerprint.cpp:21: src/fingerprint/Fingerprint.h:74:49: error: ISO C++17 does not allow dynamic exception specifications 74 | void generate( FingerprintableSource* ) throw( Error ); | ^~~~~ src/fingerprint/Fingerprint.h:85:86: error: ISO C++17 does not allow dynamic exception specifications 85 | void decode( QNetworkReply*, bool* lastfm_needs_a_complete_fingerprint = 0 ) throw( Error ); | ^~~~~ src/fingerprint/Fingerprint.cpp:97:60: error: ISO C++17 does not allow dynamic exception specifications 97 | lastfm::Fingerprint::generate( FingerprintableSource* ms ) throw( Error ) | ^~~~~ src/fingerprint/Fingerprint.cpp:309:91: error: ISO C++17 does not allow dynamic exception specifications 309 | lastfm::Fingerprint::decode( QNetworkReply* reply, bool* complete_fingerprint_requested ) throw( Error ) | ^~~~~
Downstream report: https://bugs.gentoo.org/787128
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Downstream report: https://bugs.gentoo.org/787128
The text was updated successfully, but these errors were encountered: