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

Remove clang hacks #121

Merged
merged 2 commits into from
Apr 5, 2023
Merged

Remove clang hacks #121

merged 2 commits into from
Apr 5, 2023

Commits on Apr 4, 2023

  1. Remove clang hacks

    The first instance of the clang workaround we can remove by simply
    dropping the need for a lambda: `std::for_each` with a capture-all
    lambda doesn't add anyting over a range-based for loop. In the second
    instance the workaround wasn't even necessary.
    ahans committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    cc0bcca View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. Consitfy

    auto was doing it anyways but this is more explicit
    nachovizzo committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    8ad2f9a View commit details
    Browse the repository at this point in the history