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
EXIV2 0.27.x uses std::auto_ptr which is removed in C++17. But 1.x version is not yet released. https://github.com/Exiv2/exiv2/tags
std::auto_ptr
The text was updated successfully, but these errors were encountered:
as tmp solution we should use https://github.com/qgis/QGIS/blob/9d6a6a223379fa350017d45985bba6805289f1b2/src/core/CMakeLists.txt#L2050 in Input
Sorry, something went wrong.
No branches or pull requests
EXIV2 0.27.x uses
std::auto_ptr
which is removed in C++17. But 1.x version is not yet released. https://github.com/Exiv2/exiv2/tagsThe text was updated successfully, but these errors were encountered: