greg7mdp/parallel-hashmap

Returns `void` from the `erase(iterator)` overload

heyfey opened this issue · 1 comments

Hi @greg7mdp,

// * Returns `void` from the `erase(iterator)` overload.

// * Returns `void` from the `erase(iterator)` overload.

Are these typos? I believe it is _erase(iterator) that returns void

Hi @heyfey , you are right, these were typos, I just fixed them (see this commit). Thanks for the report!