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 is_address_deducible for MSVC #57

Merged

Conversation

mingxwa
Copy link
Collaborator

@mingxwa mingxwa commented Jan 16, 2024

is_address_deducible<const P> does not compile in lower version of MSVC. Moving the const to the implementation of is_address_deducible to workaround, which has the same semantics.

@mingxwa mingxwa requested a review from tian-lt January 16, 2024 11:15
@mingxwa mingxwa merged commit d3b69dd into microsoft:main Jan 16, 2024
4 checks passed
@mingxwa mingxwa deleted the user/mingxwa/fix-is_address_deducible branch January 16, 2024 11:50
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