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

ES/Formats: Work around a GCC bug #6959

Merged
merged 1 commit into from May 25, 2018
Merged

Conversation

leoetlino
Copy link
Member

In old GCC versions, capturing 'this' does not work for some lambdas. The workaround is to not use auto for the parameter (even though the type is obvious). This can be dropped once we require GCC 7.

In old GCC versions, capturing 'this' does not work for some lambdas.
The workaround is to not use auto for the parameter (even though the
type is obvious). This can be dropped once we require GCC 7.
Copy link
Contributor

@stenzek stenzek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@leoetlino leoetlino merged commit 647309a into dolphin-emu:master May 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants