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

[build] Restore Windows constexpr mutex define #7502

Closed
wants to merge 1 commit into from

Conversation

PeterJohnson
Copy link
Member

This reverts #7375 (commit 91142ba).

@PeterJohnson PeterJohnson requested a review from a team as a code owner December 7, 2024 05:59
@@ -55,4 +55,9 @@ macro(wpilib_target_warnings target)
)
target_compile_options(${target} PRIVATE -gz=zlib)
endif()

# Disable std::mutex constexpr constructor on MSVC
Copy link
Member

Choose a reason for hiding this comment

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

I actually don't think the CMake builds need this, but its probably fine.

@calcmogul
Copy link
Member

Superseded by #7515.

@calcmogul calcmogul closed this Dec 8, 2024
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