diff options
author | Lioncash <mathew1800@gmail.com> | 2018-08-21 10:59:37 -0400 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2018-08-21 11:03:14 -0400 |
commit | 8dd9cb98ce03bb1fb934fc6fa668e92826449901 (patch) | |
tree | d111847fd2fd9473ab9939acb2656124e276907c /src/common/file_util.cpp | |
parent | c95c4442e939b38fb60430b93b89c292bb43078f (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/file_util.cpp')
0 files changed, 0 insertions, 0 deletions