You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
1) there's no need to copy string before passing it to `insert`
2) it's inefficient and unnecessary to create a pair and pass it to `insert` instead of passing key and value to `emplace` so that they can be used directly
Reviewed By: dmm-fb
Differential Revision: D75711421
fbshipit-source-id: 5fe8020f2034af699c8867d98a426508cc78fa02
0 commit comments