Skip to content

Sprinkle some emplace instead of push/insert

jvoisin requested to merge jvoisin/openmw:empl into master

This should eliminate the extra call to the move/copy constructor, and create the object "in place" instead the container directly.

Merge request reports