-
Notifications
You must be signed in to change notification settings - Fork 94
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
update default C++ to 14 #410
Conversation
to avoid hundreds of boost 1.81 warnings: > #warning "The minimum language standard to use Boost.Math will be C++14 starting in July 2023 (Boost 1.82 release)" Also, there shouldn't be much use cases where C++11 is available and C++14 is not.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is a big jump
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we make it dependent on the Boost version to not force to much if it is not necessary?
@wxmerkt It seems the ROS CI is failing (similarly to Pinocchio). Could you help us on it? |
Co-authored-by: Guilhem Saurel <guilhem.saurel@laas.fr>
I think we could merge this, and fix ROS-CI in another PR, especially because this other issues hits other repositories |
The problems with ROS-CI were due to unavailability of the EigenPy binary on Rolling - this issue was temporary (RAM exhaustion) and has been resolved. I restarted the jobs so hopefully they should come back green now |
to avoid hundreds of boost 1.81 warnings:
Also, there shouldn't be much use cases where C++11 is available and C++14 is not.