Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid spurious GCC 13 array-bounds warnings.
Prior to this commit GCC 13 would emit numerous warnings related to `-Warray-bounds`. There are numerous similar have been reported, see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56456 This PR replaces the `std::copy` with the equivalent loop.
- Loading branch information