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
The iterator for FuncMD may be invalidated if adding a new entry to
the MapVector causes a reallocation. This change fixes this issue by
reserving space first(possibly causing a reallocation) and getting
the iterator afterwards.
0 commit comments