Add GCC 9 to default settings.yml - #5046
Conversation
|
@Croydon please, add to the PR description: Docs: conan-io/docs#1257 |
|
The default stdcpp version has to be adjusted if needed and also search for any other specific flag etc |
|
I can't find yet information about the default |
|
The GNU team has not yet provided GCC 9 manual, only the changelog. But reading the cxx-status pages:
So it should be C++14 ... To make sure, I've used #include <iostream>
int main() { std::cout << __cplusplus << std::endl; }The result is: 201402 YES, I can confirm it is C++14 by default. |
Changelog: Feature: Add GCC 9 to default settings.yml
Docs: conan-io/docs#1257
I'm assuming that no separated issue is required for such a small change. Please correct me if I'm wrong with that assumption
Implements #5093