This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [RFA] Processing locale::_M_names decently fast
- 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: Sat, 01 May 2004 01:00:25 +0200
- Subject: Re: [RFA] Processing locale::_M_names decently fast
- References: <40922339.3070502@suse.de> <4092CFFD.1090503@roguewave.com>
Martin Sebor wrote:
I'm not sure whether you don't think it might be useful to construct
such a locale or if you overlooked the similarity with what we talked
about yesterday.
Neither ;)
Actually, *now* I agree that might be useful *and* we can support that
too while keeping my optimization: in the current incarnation (I'm now
implementing it) it assumes even less!
This, also, is contrary to what the standard currently requires.
Really! Now you even want to construct a named locale from two unnamed
locales, right? This goes beyond the proposal I read mentioned for 452!
But I agree (thanks for your detailed explanation) this may be useful
too and we can eventually support that too (we already support the testcase
that you wrote yesterday) without deconstructing my idea of today.
Now, back to work!
Thanks again!
Paolo.