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

Fixed gcc 6.4 internal compiler error #316

Merged
merged 1 commit into from
Jun 19, 2019
Merged

Commits on Jun 18, 2019

  1. Fixed gcc 6.4 internal compiler error

    When compiling Ginkgo with gcc 6.4.0, there was an
    `internal compiler error` when compiling the `IteratorFactory`.
    This was resolved by changing the return type of the helper functions
    to `const &` instead of a value copy.
    Thomas Grützmacher committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    2b04745 View commit details
    Browse the repository at this point in the history