hash-set.h
3.59 KB
-
PR 68406: Avoid problem with older host compilers · 1fcb9641
Older compilers require the Key typedef to be expanded for the traversal function templates. This patch uses the same approach as we did for hash_map. Tested on x86_64-linux-gnu. gcc/ PR bootstrap/68406 * hash-set.h (hash_set::traverse): Expand Key typedef. From-SVN: r230549
Richard Sandiford committed