Browse Source
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.pull/15/merge
1 changed files with 4 additions and 3 deletions
Loading…
Reference in new issue