-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
boost: First gcc version to support c++11 was gcc 5 #22670
Conversation
🤖 Beep Boop! This pull request is making changes to 'recipes/boost//'. 👋 @grafikrobot @Hopobcn @jwillikers you might be interested. 😉 |
@klausholstjacobsen It's a different case in Boost recipe, it uses what GCC version uses that C++ standard by default. The GCC 5 does not use C++11 by default, but 6. https://gcc.gnu.org/gcc-5/changes.html Indeed GCC 5 supports C++11 and should be able to build Boost (at least most of libraries). So the PR #22554 should fix it. That PR should be able build GCC 5 as you can see here: https://c3i.jfrog.io/c3i/misc/logs/pr/22554/2-linux-gcc-legacy/boost/1.74.0//5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9-build.txt Please, update your local copy of your recipe and try to build with GCC5:
|
Conan v1 pipeline ✔️All green in build 1 (
Conan v2 pipeline ✔️
All green in build 1 (
|
Hooks produced the following warnings for commit 41cbf9aboost/1.75.0@#418053b39134dfd0e78046db7408c0ce
boost/1.84.0@#4a5765bf2179b757b196144bc3489c66
boost/1.81.0@#4818d7cee3216e3e423d3c5d2814b09e
boost/1.83.0@#a89a6bc5a03eee6499e6a4dfd77ab928
boost/1.82.0@#96d66900a714f178f12c00202f505989
boost/1.71.0@#066a4c22358712fb3e3afd5d4b66f8fe
boost/1.79.0@#2c476a82c7416eb203ec409d07b1eff4
boost/1.78.0@#fc9c452f7ab2246961e19bb4adaf5a7f
boost/1.80.0@#58a52b880b6c82d52233eb66063c604b
boost/1.77.0@#e74fa9da76d727fa951a9e182ee1f3e2
boost/1.76.0@#a5c8207e4c9cb095e2dff5df435f0a2f
boost/1.74.0@#7164f3470bb05d1da026201ea70e4a11
boost/1.73.0@#bd7a42870923f01edc286348cf432d06
boost/1.72.0@#530e3955cd60e4f782387860809eb4df
|
OK. Misunderstood the purpose of |
boost
First gcc version to support c++11 was gcc 5:
https://gcc.gnu.org/projects/cxx-status.html