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 MXE not auto-using captured this in npctrace lambda #51980

Closed
wants to merge 1 commit into from

Conversation

akrieger
Copy link
Member

Summary

None

Purpose of change

Fix the MXE cross compile build for Windows.

Describe the solution

MXE doesn't seem to understand that this was captured explicitly and seems to require calling this-> to call a member function. So add that.

Testing

CI

@akrieger
Copy link
Member Author

This was broken in #51704 I believe.

@akrieger akrieger closed this Sep 30, 2021
@akrieger akrieger deleted the bad_mxe_bot branch September 30, 2021 01:12
@anothersimulacrum anothersimulacrum added (S3 - Duplicate) Bug that is duplicate of another one [C++] Changes (can be) made in C++. Previously named `Code` labels Sep 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[C++] Changes (can be) made in C++. Previously named `Code` (S3 - Duplicate) Bug that is duplicate of another one
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants