Skip to content

Instantly share code, notes, and snippets.

@evertheylen
Created May 27, 2015 15:16
Show Gist options
  • Save evertheylen/62a3b0f6645f679ca7f8 to your computer and use it in GitHub Desktop.
Save evertheylen/62a3b0f6645f679ca7f8 to your computer and use it in GitHub Desktop.
for (auto it=working_set.begin(); it!=working_set.end(); ++it) {
if ((! q.valid(*it)) || D.is_dead((*it).dfa_pos.state)) {
// delete!
working_set.erase(it);
it--;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment