Re: [PATCH 1/6] hash_set: add iterator and remove method.
On 07/09/2015 03:13 AM, mliska wrote: gcc/ChangeLog: 2015-07-03 Martin Liska * hash-set.h (remove): New function. (iterator): New iteration class for hash_set. OK. jeff
[PATCH 1/6] hash_set: add iterator and remove method.
gcc/ChangeLog: 2015-07-03 Martin Liska * hash-set.h (remove): New function. (iterator): New iteration class for hash_set. --- gcc/hash-set.h | 39 +++ 1 file changed, 39 insertions(+) diff --git a/gcc/hash-set.h b/gcc/hash-set.h index 2fb6c