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
Remove all uses of ilist_node::getNextNode() and ilist_node::getPrevNode() in favor of just using iterators.
There was churn upstream on ilist_node to remove undefined behavior. Rather than
updating the different ilist_node patches for the hacky change required to not
use iterators, just use iterators and keep everything as ilist_nodes. Upstream
they want to eventually do this, so it makes sense for us to just do it now.
0 commit comments