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

Commits on May 24, 2018

  1. ES/Formats: Work around a GCC bug

    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.
    leoetlino committed May 24, 2018
    Configuration menu
    Copy the full SHA
    7c6844e View commit details
    Browse the repository at this point in the history