Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
  • LilyPond LilyPond
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 1,020
    • Issues 1,020
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 21
    • Merge requests 21
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Scheduled maintenance on the database layer will take place on 2022-07-02. We expect GitLab.com to be unavailable for up to 2 hours starting from 06:00 UTC. Kindly follow our status page for updates and read more in our blog post.

  • LilyPond
  • LilyPondLilyPond
  • Merge requests
  • !985

String_convert: remove functions that C++11 offers

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Dan Eble requested to merge dev/eble/string-convert into master Oct 31, 2021
  • Overview 3
  • Commits 1
  • Pipelines 2
  • Changes 5
String_convert::dec2int    -> std::stoi
String_convert::int_string -> std::to_string
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: dev/eble/string-convert