Commit d047a284 authored by Sergei Vinogradov's avatar Sergei Vinogradov
Browse files

Fix issue #322

Wrong parameter is passed to constructor. When we create a new
node, the last parameter should be previous head. But in internal_copy()
method the b->tmp_node is passed by mistake.
Assert caught the issue on Windows. The assert is raised only when more
than one elements fit to the same bucket when we do internal_copy().
parent 36a98e17
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment