mirror of https://github.com/axmolengine/axmol.git
robin_const_iterator Bug fix in robin_hash.h
This commit is contained in:
parent
8543a19980
commit
7b76fa5680
|
@ -564,7 +564,7 @@ public:
|
|||
|
||||
robin_const_iterator operator++(int)
|
||||
{
|
||||
robin_iterator tmp(*this);
|
||||
robin_const_iterator tmp(*this);
|
||||
++*this;
|
||||
|
||||
return tmp;
|
||||
|
|
Loading…
Reference in New Issue