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

[Backport]Fix mpark/variant conditional for MSVC (#77) #89

Open
wants to merge 1 commit into
base: humble
Choose a base branch
from

Conversation

roscan-tech
Copy link

This conditional currently evaluates to TRUE when _MSC_VER is not defined, meaning that __SHOULD_USE_MPARK_VARIANT is 1 for ALL SYSTEMS except newer MSVC, which is certainly not correct.

Fixes 06e1dbe

This conditional currently evaluates to TRUE when _MSC_VER is not
defined, meaning that __SHOULD_USE_MPARK_VARIANT is 1 for ALL SYSTEMS
except newer MSVC, which is certainly not correct.

Fixes 06e1dbe

Signed-off-by: roscan-tech <[email protected]>
@roscan-tech roscan-tech requested a review from gbiggs as a code owner September 8, 2024 07:47
@roscan-tech roscan-tech changed the base branch from rolling to humble September 8, 2024 07:57
@roscan-tech
Copy link
Author

This PR aims to backport a bug fix to the Humble branch. Unfortunately, it has introduced some additional issues that I am unable to resolve. Please review this PR to assess its necessity. If it is not required, I apologize for any inconvenience caused and appreciate your understanding.

Thank you for your time.

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.

2 participants