mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-10-10 01:48:59 +00:00
emplace_back() already returns a reference to the constructed member, so we don't need to query it via back() again.
emplace_back() already returns a reference to the constructed member, so we don't need to query it via back() again.