Skip to content

Add support for GCC14 detection#15958

Merged
memsharded merged 2 commits into
conan-io:develop2from
nagayev:gcc14
Apr 1, 2024
Merged

Add support for GCC14 detection#15958
memsharded merged 2 commits into
conan-io:develop2from
nagayev:gcc14

Conversation

@nagayev

@nagayev nagayev commented Mar 26, 2024

Copy link
Copy Markdown
Contributor

Changelog: Fix: Add gcc 14 to default settings.yml.
Docs: Omit

@CLAassistant

CLAassistant commented Mar 26, 2024

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@memsharded memsharded left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contribution @nagayev

It would be important to double check that the default c++ standard is not being changed by this compiler version, I haven't seen anything in the release notes, but better be sure.

Comment thread conans/client/conf/__init__.py Outdated
@memsharded memsharded added this to the 2.3.0 milestone Mar 26, 2024
Co-authored-by: James <memsharded@gmail.com>
@memsharded

Copy link
Copy Markdown
Member

It would be important to double check that the default c++ standard is not being changed by this compiler version, I haven't seen anything in the release notes, but better be sure.

@nagayev did you manage to check this? It would be great to double check it.

@nagayev

nagayev commented Mar 31, 2024

Copy link
Copy Markdown
Contributor Author

@memsharded Yes. As I can see at
https://gcc.gnu.org/projects/cxx-status.html
the c++ 20 support is not full yet and the default version is c++17

@memsharded

Copy link
Copy Markdown
Member

Page https://gcc.gnu.org/gcc-14/changes.html also doesn't refer any change in this respect

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

Successfully merging this pull request may close these issues.

3 participants