Currently debug mode uses ext/hash_map, ext/hash_set et. al for the basis of the ebug containers. This should be switched to
tr1/unordered_map tr1/unordered_set as the older SGI hash containers are deprecated. Also, maybe these containers should be moved to backward, from ext? -- Summary: switch debug mode hash containers from ext to tr1 Product: gcc Version: 4.3.0 Status: UNCONFIRMED Severity: enhancement Priority: P3 Component: libstdc++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: bkoz at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30085