Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
STYLE: Remove
memset(&xfm.back(), 0...)
after xfm.emplace_back()
`xfm.emplace_back()` already properly initializes the added element.
- Loading branch information