-
-
Notifications
You must be signed in to change notification settings - Fork 6.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
Another compilation failure with Visual Studio #2007
Comments
Yep, we get the same problem after switching from VS2019.3 to VS2019.5. |
Is there any known workaround? |
Just spent couple of hours on this issue and I can confirm I have a repro. I don't have a good reason why this is happening. Let me invest more time over the weekend and next week and see I can figure out why ADL is making this break. As for workaround @MarvinSchultz , this compiled for me:
Does this work for you? I am running VS 16.5.3 and cl.exe 19.25.28612.0. If there is another MSVC issue, please do tag me. Thank you! |
That "workaround" isn't really a workaround, really, because by changing |
How about adding a PR with that new test case and then we can check which compilers accept that and which not? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
The following new test case fails to compile with at least Visual Studio 2015 14.0.25431.01 Update 3, and Visual Studio 2019 16.5.0. Related to #167.
The error message is:
The text was updated successfully, but these errors were encountered: