mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-10 08:05:52 +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.