-
Notifications
You must be signed in to change notification settings - Fork 121
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
Conan center build 1.4.5 failed #174
Comments
|
Missing |
This is with GCC 5; so I guess we no longer support that |
We only use That said we do:
and that apparently passed OK in GCC 5, so I don't know how it thinks it's c++17 capable without string_view |
https://gcc.gnu.org/projects/cxx-status.html#cxx11 - so apparently them's the breaks. Argh. Will try a workaround. |
If it's only the So we might end in a situation where we use C++17, except most of it's features 😆 . |
We use inline variables too. |
Got it. I found out how we can deny older versions in conan; so that's a route too |
So we can either support GCC < 7 (= C++14) or require GCC >= 7 (C++17). Personally I'd prefer C++17 – almost the last but two standard – but I do not have a strong opinion here. |
I guess, de facto our users must be GCC >= 7 here |
I guess so! |
A simple upgrade failed: conan-io/conan-center-index#12667
See more info at: https://c3i.jfrog.io/c3i/misc/summary.html?json=https://c3i.jfrog.io/c3i/misc/logs/pr/12667/3-linux-gcc/seasocks/1.4.5//summary.json
The text was updated successfully, but these errors were encountered: