Prefer emplace back over push_back where emplace_back is more appropriate
This also helps a lot with dealing with conversions and data structure creation under the hood.
Showing
Please
register
or
sign in
to comment
This also helps a lot with dealing with conversions and data structure creation under the hood.