Re: Change hash_table for separate comparator, documentation, cleanups...

2012-10-26 Thread Lawrence Crowl
On 10/26/12, Richard Biener wrote: > On Oct 25, 2012 Lawrence Crowl wrote: > > Change hash_table to support a comparator type different from the > > value type stored in the hash table. The 'find' functions now > > may take a different type from the value type. This requires > > introducing a s

Re: Change hash_table for separate comparator, documentation, cleanups...

2012-10-25 Thread Diego Novillo
On Thu, Oct 25, 2012 at 5:03 PM, Lawrence Crowl wrote: > Change hash_table to support a comparator type different from the > value type stored in the hash table. The 'find' functions now may > take a different type from the value type. This requires introducing > a second typedef into the Descri