Skip to content

Commit

Permalink
single threaded nodes also need mark_deleted_tree()
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Tu committed Oct 22, 2013
1 parent bba3f4e commit beb73e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nodeversion.hh
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,9 @@ class basic_singlethreaded_nodeversion {
basic_singlethreaded_nodeversion<P> mark_deleted() {
return *this;
}
void mark_deleted_tree() {
v_ |= P::deleted_bit;
}
void mark_root() {
v_ |= P::root_bit;
}
Expand Down

0 comments on commit beb73e6

Please sign in to comment.