Commit 8dd9cb98 authored by Lioncash's avatar Lioncash
Browse files

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.
parent c95c4442
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment