-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Windows VS 2017 compiler complains about constexpr construct #7357
Comments
Could this ticket be related? I note we are taking _repository_impl("com_google_absl") not github.com/abseil/ and the two implementations might be out of sync. |
This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged "help wanted" or other activity occurs. Thank you for your contributions. |
Appealed upstream. |
We have confirmed that 14550beb3b7b97195e483fb74b5efb906395c31e commit to abseil does resolve this problem, whenever it becomes convenient to bump this on envoy master. |
This fixes #7357 on windows Visual Studio 2017 Signed-off-by: William Rowe <[email protected]>
Commit b41ba59 introduces the following construct;
which results in the following error compiling with on cl.exe 19.16.27031.0;
The following dirt stupid hack results in clean compilation. I'll profess my ignorance, and ask if there is a better workaround?
The text was updated successfully, but these errors were encountered: