mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-29 19:07:15 +02:00
Unordered: 2 phase lookup fix for clang.
[SVN r71352]
This commit is contained in:
@ -396,7 +396,7 @@ namespace boost { namespace unordered { namespace detail {
|
||||
{
|
||||
node_ptr node_to_delete = n;
|
||||
n = n->next_;
|
||||
delete_node(node_to_delete);
|
||||
this->delete_node(node_to_delete);
|
||||
}
|
||||
|
||||
++end;
|
||||
|
Reference in New Issue
Block a user