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

replace for(auto <var> to for(auto& <var> #760

Merged
merged 4 commits into from
Jul 21, 2022
Merged

replace for(auto <var> to for(auto& <var> #760

merged 4 commits into from
Jul 21, 2022

Commits on Jul 20, 2022

  1. replace for(auto <var> to for(auto& <var>

    working with reference and not with copies
    => Performance issue
    aismann committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    0dbd165 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. Removed this wrong &

    aismann committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    9bad18f View commit details
    Browse the repository at this point in the history
  2. removed the &

    aismann committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    489a2d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca36ed7 View commit details
    Browse the repository at this point in the history