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" Visual Studio 17 constinit issues #10231

Closed
wants to merge 2 commits into from
Closed

"Fix" Visual Studio 17 constinit issues #10231

wants to merge 2 commits into from

Conversation

jgcodes2020
Copy link

Fixes #9698 and #10159 for now. This is merely a band-aid on top of the bigger problem, and I'm not sure how you guys plan to deal with that.

@google-cla
Copy link

google-cla bot commented Jul 8, 2022

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@jgcodes2020
Copy link
Author

@googlebot I've signed it!

@Eddie-cz
Copy link
Contributor

Eddie-cz commented Jul 8, 2022

This commit doesn't solve issue at all (clang-cl on windows is still failing) and is not compilable, because there is errorneous endif added (ln 689)!!

@jgcodes2020
Copy link
Author

Closing in favour of #10232

@jgcodes2020 jgcodes2020 closed this Jul 9, 2022
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.

error C2127: illegal initialization of 'constinit' entity with a non-constant expression
2 participants