You need to sign in or sign up before continuing.
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
Please register or sign in to comment