Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • W waLBerla
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 51
    • Issues 51
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 14
    • Merge requests 14
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • waLBerla
  • waLBerla
  • Merge requests
  • !462

Change reference to const reference in stringToNum

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Christoph Schwarzmeier requested to merge const-reference-stringToNum into master Jun 16, 2021
  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 1

The parameter in stringToNum() should be changed to const std::string&, as the function does not (and should not) modify the original object.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: const-reference-stringToNum