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
Yep! The insertions didn't take place because:
The one line changed was the one in Route.cpp, and the insertion was put after the update time comparison.
If only the two args mentioned in the OP are swapped, we're fine.
Will changing
routes.insert(r).second && r->last_update
tor->last_update && routes.insert(r).second
etc. yield a noticeable speed increase?The text was updated successfully, but these errors were encountered: