BAN: HashMap now copies size when copying :D
This commit is contained in:
parent
038379274e
commit
afd4b7a184
|
@ -86,6 +86,7 @@ namespace BAN
|
|||
{
|
||||
clear();
|
||||
m_buckets = other.m_buckets;
|
||||
m_size = other.m_size;
|
||||
return *this;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue