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

Update env.lsts for improved vcruntime detection of Clang mode #2637

Merged
merged 1 commit into from
Apr 16, 2022

Conversation

CaseyCarter
Copy link
Member

@CaseyCarter CaseyCarter commented Apr 4, 2022

VCRuntime now recognizes Clang's /std:c++20 and /std:c++latest modes without the "/std:c++latest with or without /D_HAS_CXX23" hack.

Fixes #2232

We now recognize Clang's `/std:c++20` and `/std:c++latest` modes without the "`/std:c++latest` with or without `/D_HAS_CXX23`" hack.

Fixes microsoft#2232
@CaseyCarter CaseyCarter added the bug Something isn't working label Apr 4, 2022
@CaseyCarter CaseyCarter requested a review from a team as a code owner April 4, 2022 23:52
@StephanTLavavej StephanTLavavej added test Related to test code and removed bug Something isn't working labels Apr 5, 2022
@StephanTLavavej

This comment was marked as resolved.

@CaseyCarter

This comment was marked as resolved.

@StephanTLavavej StephanTLavavej self-assigned this Apr 15, 2022
@StephanTLavavej
Copy link
Member

I'm mirroring this to the MSVC-internal repo - please notify me if any further changes are pushed.

@StephanTLavavej StephanTLavavej merged commit 5d3f409 into microsoft:main Apr 16, 2022
@StephanTLavavej
Copy link
Member

Thanks for eradicating this hack! Can't believe how many times I got confused by trying to run Clang with /std:c++latest alone. 😹 🚀 🎉

@CaseyCarter CaseyCarter deleted the env_lst-updates branch April 16, 2022 01:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test Related to test code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

<ranges>: namespace views not available with clang-cl
3 participants