>>>>> "Lawrence" == Lawrence Crowl <cr...@google.com> writes:
Lawrence> On 5/24/12, Gabriel Dos Reis <g...@integrable-solutions.net> wrote: >> On May 24, 2012 Lawrence Crowl <cr...@google.com> wrote: >> > Add a type-safe hash table, typed_htab. Uses of this table >> > replace uses of libiberty's htab_t. The benefits include less >> > boiler-plate code, full type safety, and improved performance. >> >> Lawrence, is there any chance you could just call it hash_table<>? >> After the conversion, we will be living most of the time in a >> typed world, so the "typed_" prefix will be redundant if not >> confusing :-) Lawrence> The name hash_table is already taken in libcpp/include/symtab.h. Lawrence> Do you have any other suggestions? FWIW I think it would be fine if you wanted to rename the libcpp hash table to something else, say cpp_hash_table, to free up 'hash_table' for use in gcc. Tom