mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-29 19:07:15 +02:00
fixed concurrent_table_arrays::delete_
This commit is contained in:
committed by
Christian Mazakas
parent
ba4f321934
commit
63f51e7c41
@ -248,6 +248,7 @@ struct concurrent_table_arrays:table_arrays<Value,Group,SizePolicy>
|
||||
aal,pointer_traits::pointer_to(*arrays.group_accesses),
|
||||
arrays.groups_size_mask+1);
|
||||
}
|
||||
super::delete_(al,arrays);
|
||||
}
|
||||
|
||||
group_access *group_accesses;
|
||||
|
Reference in New Issue
Block a user