Clipper2 and cpp14 #429
Answered
by
reunanen
petrasvestartas
asked this question in
Q&A
-
Hi, Is there a possibility to change clipper2 library so that it compiles with cpp 14? This is the error:
|
Beta Was this translation helpful? Give feedback.
Answered by
reunanen
Mar 4, 2023
Replies: 2 comments 1 reply
-
Maybe you can try something like this? I mean locally, or in your own branch. It's 2023, and I think |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
AngusJohnson
-
With some more tweaks, now at least the tests are passing. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Maybe you can try something like this?
I mean locally, or in your own branch. It's 2023, and I think
main
should be allowed to require at least C++17.