mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-08-02 22:55:34 +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.