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
Bug Fix for #418 - Graph<T>::removeNode has potential to throw due to optional being accessed early (#430)
* optional should first check whether the node indeed exists
* fixed typo in impl and also added test for removing node that was never added
* incorporated review into PR
* resolved use after free for map iterator
* reformatted code as per PR feedback
* reformatted code as per PR feedback
0 commit comments