Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modifying value after removing its const qualifier is UB. Let `arg` be mutable, it was designed to be modified and we do not need a const qualifier anyway.
- Loading branch information