summaryrefslogtreecommitdiff
path: root/src/common/string_util.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-08-21 10:59:37 -0400
committerLioncash <mathew1800@gmail.com>2018-08-21 11:03:14 -0400
commit8dd9cb98ce03bb1fb934fc6fa668e92826449901 (patch)
treed111847fd2fd9473ab9939acb2656124e276907c /src/common/string_util.cpp
parentc95c4442e939b38fb60430b93b89c292bb43078f (diff)
am: Utilize std::array within PopLaunchParameter()
Gets rid of the potential for C array-to-pointer decay, and also makes pointer arithmetic to get the end of the copy range unnecessary. We can just use std::array's begin() and end() member functions.
Diffstat (limited to 'src/common/string_util.cpp')
0 files changed, 0 insertions, 0 deletions