This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [Patch/RFA] Further speedup locale::operator==
- From: Paolo Carlini <pcarlini at suse dot de>
- To: Martin Sebor <sebor at roguewave dot com>
- Cc: libstdc++ <libstdc++ at gcc dot gnu dot org>
- Date: Thu, 29 Apr 2004 18:34:55 +0200
- Subject: Re: [Patch/RFA] Further speedup locale::operator==
- References: <409039A0.3000501@suse.de> <40912874.4010307@roguewave.com>
Martin Sebor wrote:
PS Consider the program below (which runs successfully with
our latest implementation):
Before further discussing your interesting reply: have you actually
tested this with libstdc++-v3? It works for me with 3.3.3, 3.4.0 and
mainline! I passed: "de_DE fr_FR", "fr_FR fr_FR", "".
Does this mean we (both v3 and RW) are not implementing the letter
of the current standard (for good ;) ?
Paolo.