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

Make the constexpr mutex constructor opt-in #4000

Merged
merged 1 commit into from Aug 30, 2023

Conversation

CaseyCarter
Copy link
Member

@CaseyCarter CaseyCarter commented Aug 30, 2023

... via defining _ENABLE_CONSTEXPR_MUTEX_CONSTRUCTOR, instead of opt-out via _DISABLE_CONSTEXPR_MUTEX_CONSTRUCTOR. This avoids potential breakage until we can update the VCLibs UWP framework libraries. Doing so in time for 17.8 is probably impossible at this late stage; we'll get this straightened out and enabled by default for 17.9.

@CaseyCarter CaseyCarter added bug Something isn't working high priority Important! visualizer How the VS debugger displays STL types labels Aug 30, 2023
@CaseyCarter CaseyCarter requested a review from a team as a code owner August 30, 2023 00:33
@github-actions github-actions bot added this to Initial Review in Code Reviews Aug 30, 2023
@CaseyCarter CaseyCarter moved this from Initial Review to Final Review in Code Reviews Aug 30, 2023
@CaseyCarter CaseyCarter marked this pull request as draft August 30, 2023 01:59
... via defining `_ENABLE_CONSTEXPR_MUTEX_CONSTRUCTOR`, instead of opt-out via `_DISABLE_CONSTEXPR_MUTEX_CONSTRUCTOR`. This avoids potential breakage until we can update the VCLibs UWP framework libraries.
@CaseyCarter CaseyCarter changed the title Revert "constexpr mutex constructor" changes Make the constexpr mutex constructor opt-in Aug 30, 2023
@CaseyCarter CaseyCarter removed the visualizer How the VS debugger displays STL types label Aug 30, 2023
@CaseyCarter CaseyCarter marked this pull request as ready for review August 30, 2023 02:14
@CaseyCarter

This comment was marked as resolved.

@azure-pipelines

This comment was marked as resolved.

@strega-nil-ms strega-nil-ms moved this from Final Review to Ready To Merge in Code Reviews Aug 30, 2023
@CaseyCarter CaseyCarter merged commit 782dcd5 into microsoft:main Aug 30, 2023
35 checks passed
Code Reviews automation moved this from Ready To Merge to Done Aug 30, 2023
@CaseyCarter CaseyCarter deleted the revert branch August 30, 2023 17:19
CaseyCarter added a commit to CaseyCarter/STL that referenced this pull request Jan 24, 2024
CaseyCarter added a commit to CaseyCarter/STL that referenced this pull request Jan 24, 2024
StephanTLavavej added a commit that referenced this pull request Jan 25, 2024
Co-authored-by: Stephan T. Lavavej <stl@nuwen.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working high priority Important!
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants