On 1/8/12, simendsjo <simend...@gmail.com> wrote:
> Wouldn't it make sense to return a pointer to the item being
> removed/null?

Seems like that would be even more costly. Personally I think
returning bool is unnecessary, if we really want to know if something
is in the hash we can check with the `in` operator.

I filed that bug ages ago simply because it was in TDPL, but I didn't
really give it much thought.

Reply via email to