From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6915 invoked by alias); 26 Apr 2005 23:21:18 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 6899 invoked by uid 48); 26 Apr 2005 23:21:15 -0000 Date: Tue, 26 Apr 2005 23:21:00 -0000 From: "bduerner at gmx dot de" To: gcc-bugs@gcc.gnu.org Message-ID: <20050426232113.21238.bduerner@gmx.de> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug libstdc++/21238] New: conflicting "typedef __numpunct_cache<_CharT> X-SW-Source: 2005-04/txt/msg03787.txt.bz2 List-Id: __cache_type;" in std::numpunct makes specialisation impossible X-Bugzilla-Reason: CC It is not possible to specialise std::numpunct defined in /bits/locale_facets.h. in a portable way due to "typedef __numpunct_cache<_CharT> __cache_type;" within the std::numpunct template. This bug seems to be present at least in 3.4.4 and 4.0 but not 3.3.4. -- Summary: conflicting "typedef __numpunct_cache<_CharT> __cache_type;" in std::numpunct makes specialisation impossible Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: libstdc++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: bduerner at gmx dot de CC: bduerner at gmx dot de,gcc-bugs at gcc dot gnu dot org GCC build triplet: 3.4.4 or 4.0.0 GCC host triplet: 3.4.4 or 4.0.0 GCC target triplet: 3.4.4 or 4.0.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21238