[PATCH 1/6] hash_set: add iterator and remove method.

2015-07-09 Thread mliska
gcc/ChangeLog: 2015-07-03 Martin Liska mli...@suse.cz * 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

Re: [PATCH 1/6] hash_set: add iterator and remove method.

2015-07-09 Thread Jeff Law
On 07/09/2015 03:13 AM, mliska wrote: gcc/ChangeLog: 2015-07-03 Martin Liska mli...@suse.cz * hash-set.h (remove): New function. (iterator): New iteration class for hash_set. OK. jeff