-
Notifications
You must be signed in to change notification settings - Fork 264
Fix support for x86 builds with Clang #889
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
Conversation
|
FYI @oldnewthing this is fixing a regression introduced in #662. |
Co-authored-by: Kenny Kerr <kenny@kennykerr.ca>
Co-authored-by: Kenny Kerr <kenny@kennykerr.ca>
kennykerr
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the fix! Don't forget to complete the CLA.
|
Done happy to contribute ! |
|
Ah, I see. clang lambdas are implicitly convertible to |
|
Yes, Visual C++ provides overloads for all calling conventions (a very cool feature) but this is apparently not required by the standard and Clang declines to do the same. |
Fixes #879