From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30856 invoked by alias); 6 Dec 2006 15:27:35 -0000 Received: (qmail 30775 invoked by uid 48); 6 Dec 2006 15:27:18 -0000 Date: Wed, 06 Dec 2006 15:27:00 -0000 Subject: [Bug libstdc++/30085] New: switch debug mode hash containers from ext to tr1 X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "bkoz at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2006-12/txt/msg00490.txt.bz2 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