Is there a way to get Exiv2 running on c++17 and up? #2599
-
Exiv seams not to compile with c++17 because of autoPtr. This is probably relates to: Is there any known workaround besides modifiing and recompiling exiv itselfe? |
Beta Was this translation helpful? Give feedback.
Answered by
postscript-dev
May 6, 2023
Replies: 1 comment
-
@SteveXP However, the main branch supports C++20 and a new release is planned any time now. I hope this answers your question. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
SteveXP
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@SteveXP
The current maintenance branch (for Exiv2 0.27.6) is fixed using C++98 and is not going to be updated.
However, the main branch supports C++20 and a new release is planned any time now.
I hope this answers your question.