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

Pass String by const reference [3.0] #6583

Merged
merged 2 commits into from
Jul 10, 2020

Commits on Dec 6, 2019

  1. Pass String by const reference [3.0]

    Passing String by value means a full copy-constructor/temporary
    string creation which is slightly inefficient. Avoid that
    by using const references.
    dirkmueller committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    561b7f4 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2020

  1. Configuration menu
    Copy the full SHA
    bab2de4 View commit details
    Browse the repository at this point in the history