Skip to content
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

No CMAKE_CXX_STANDARD set, assuming 11 #260

Closed
OlafvdSpek opened this issue Jan 25, 2019 · 1 comment
Closed

No CMAKE_CXX_STANDARD set, assuming 11 #260

OlafvdSpek opened this issue Jan 25, 2019 · 1 comment

Comments

@OlafvdSpek
Copy link
Contributor

OlafvdSpek commented Jan 25, 2019

The default since GCC 6 (2016) is 14, IIRC.
Is assuming 11 a good idea?

Living @ head, aren't we?

@mbxx
Copy link
Member

mbxx commented Jan 25, 2019

Abseil promises 5 years of support for the compilers that we support (https://abseil.io/about/compatibility). I believe MSVC2015 is the long pole here, so we'll be assuming a baseline of C++11 for a few more years.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants