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,
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
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
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
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.
>
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
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_