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

fix default_cppstd #12446

Merged
merged 1 commit into from
Nov 4, 2022
Merged

Conversation

memsharded
Copy link
Member

Changelog: Bugfix: Fix default_cppstd() import error
Docs: Omit

Close #12298

@memsharded memsharded added this to the 1.54 milestone Nov 2, 2022
from conans.client.build.cppstd_flags import _gcc_cppstd_default
from conans.client.build.cppstd_flags import _clang_cppstd_default
from conans.client.build.cppstd_flags import _visual_cppstd_default
from conans.client.build.cppstd_flags import _mcst_lcc_cppstd_default
Copy link
Contributor

Choose a reason for hiding this comment

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

can we add some newlines here for better readability?

@memsharded memsharded merged commit ea1c1cd into conan-io:develop Nov 4, 2022
@memsharded memsharded deleted the fix/cppstd_default branch November 4, 2022 08:26
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.

[bug] Default cppstd not working due to non-existent _cppstd_default
4 participants