Re: Hash table iterators.

2012-11-27 Thread Richard Biener
On Mon, Nov 26, 2012 at 9:57 PM, Lawrence Crowl wrote: > On 11/23/12, Andrew MacLeod wrote: >> On 11/22/2012 01:18 PM, Lawrence Crowl wrote: >> > I have found that tree-flow.h implements iteration over htab_t, >> > while there is no current facility to do that with hash_table. >> > Unfortunately,

Re: Hash table iterators.

2012-11-26 Thread Lawrence Crowl
On 11/23/12, Andrew MacLeod wrote: > On 11/22/2012 01:18 PM, Lawrence Crowl wrote: > > I have found that tree-flow.h implements iteration over htab_t, > > while there is no current facility to do that with hash_table. > > Unfortunately, the specific form does not match the standard C++ > > approac

Re: Hash table iterators.

2012-11-25 Thread Richard Biener
On Fri, Nov 23, 2012 at 5:15 PM, Andrew MacLeod wrote: > On 11/22/2012 01:18 PM, Lawrence Crowl wrote: >> >> I have found that tree-flow.h implements iteration over htab_t, >> while there is no current facility to do that with hash_table. >> Unfortunately, the specific form does not match the stan

Re: Hash table iterators.

2012-11-23 Thread Andrew MacLeod
On 11/22/2012 01:18 PM, Lawrence Crowl wrote: I have found that tree-flow.h implements iteration over htab_t, while there is no current facility to do that with hash_table. Unfortunately, the specific form does not match the standard C++ approach to iterators. We have several choices. (1) Ignor

Re: Hash table iterators.

2012-11-23 Thread Michael Matz
Hi, On Thu, 22 Nov 2012, Lawrence Crowl wrote: > I have found that tree-flow.h implements iteration over htab_t, > while there is no current facility to do that with hash_table. > Unfortunately, the specific form does not match the standard C++ > approach to iterators. We have several choices. >

Re: Hash table iterators.

2012-11-22 Thread Gabriel Dos Reis
On Thu, Nov 22, 2012 at 12:18 PM, Lawrence Crowl wrote: > I have found that tree-flow.h implements iteration over htab_t, > while there is no current facility to do that with hash_table. > Unfortunately, the specific form does not match the standard C++ > approach to iterators. We have several ch

Hash table iterators.

2012-11-22 Thread Lawrence Crowl
I have found that tree-flow.h implements iteration over htab_t, while there is no current facility to do that with hash_table. Unfortunately, the specific form does not match the standard C++ approach to iterators. We have several choices. (1) Ignore the problem and leave all such tables as htab_