Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revise emplace_back() to push_back() and fix Mac clang complaint.
In both cases we have a created object we want to move onto the vector. Mac's clang objects to the first std::move() as it's applied to a temporary and disables copy elision.
- Loading branch information