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

Add apple-clang 15 #14302

Merged
merged 1 commit into from
Jul 17, 2023
Merged

Conversation

AbrilRBS
Copy link
Member

@AbrilRBS AbrilRBS commented Jul 14, 2023

Changelog: Feature: Add apple-clang 15.
Docs: Omit

I recently downloaded XCode 15 (Beta 3) to try some things, found that after a conan profile detect I had 15 which was not supported by default.

@AbrilRBS AbrilRBS added this to the 2.0.9 milestone Jul 14, 2023
Copy link
Member

@memsharded memsharded left a comment

Choose a reason for hiding this comment

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

Sounds good.
Did you check that apple-clang 15 doesn't change anything in term of default cppstd, like any change necessary in _apple_clang_supported_cppstd or similar?

@AbrilRBS
Copy link
Member Author

Yes! The team suggested that I should look into it and that C++ versions were usually the reason that updates were delayed, so I made sure that: The default C++ version hasn't changed, it's still 98 if not specified, and no new c++ flag is available (c++2c might be, but we don't add those so didn't even check)

@memsharded memsharded merged commit 048295b into conan-io:release/2.0 Jul 17, 2023
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