mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-30 03:17: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;
|
node_ptr node_to_delete = n;
|
||||||
n = n->next_;
|
n = n->next_;
|
||||||
delete_node(node_to_delete);
|
this->delete_node(node_to_delete);
|
||||||
}
|
}
|
||||||
|
|
||||||
++end;
|
++end;
|
||||||
|
Reference in New Issue
Block a user