-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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 COMPILING.md C++14 reference to C++17 #64724
Update COMPILING.md C++14 reference to C++17 #64724
Conversation
imo just remove that section entirely and link to COMPILER_SUPPORT.md, there's no need to duplicate the info or give instuctions for checking std support |
Co-authored-by: David Seguin <davidseguin@live.ca>
I think @irwiss is right, this section was reasonable for c++11 and c++14, but the process of adopting c++17 was more protracted and I'm pretty sure if you follow these instructions on gcc 5 it will indicate you're on a recent enough version but it will not work. |
Co-authored-by: David Seguin <davidseguin@live.ca>
Summary
None
Purpose of change
DDA now uses C++17, not C++14 anymore!
Describe the solution
Replace the text, simple as that
Describe alternatives you've considered
NONE
Testing
See my branch
Additional context