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

Reenable span::_as_bytes() for MSVC > 1928 #277

Merged
merged 1 commit into from
Jun 9, 2021

Conversation

bernhardmgruber
Copy link
Collaborator

@bernhardmgruber bernhardmgruber commented Jun 6, 2021

I just revisited #239 with MSVC 1929 / VC 16.10 and it seems the compiler bug is fixed now.
See also the fixed issue on MS' side: https://developercommunity2.visualstudio.com/t/wrong-instantiation-of-primary-template-while-pars/1296700

This PR reenables span::_as_bytes() for the corresponding MSVC versions.

Fixed #239.

@agheata agheata merged commit 83e99cd into VcDevel:1.4 Jun 9, 2021
@bernhardmgruber bernhardmgruber deleted the msvc_span branch June 9, 2021 15:16
@bernhardmgruber bernhardmgruber added this to the Vc 1.4.2 milestone Jun 22, 2021
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.

Span.h static asserts on MSVC 2017 with C++14/17 enabled.
2 participants