This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: libstdc++/9828: Regression: Segmentation fault in num_put::put
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: Jerry Quinn <jlquinn at optonline dot net>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Fri, 4 Apr 2003 09:20:48 -0600
- Subject: Re: libstdc++/9828: Regression: Segmentation fault in num_put::put
- References: <20030403162601.26100.qmail@sources.redhat.com><16013.38790.714946.483440@gargle.gargle.HOWL>
>__locale_cache<num_put<char> >& __lc = use_cache<num_put<char> >
Like this.
>I would think that either way, at some point the size of the cache has
>to be fixed. Wouldn't it affect the ABI?
Maybe. I'm unsure. If it doesn't have to be exported, then size won't matter.
>Or are you thinking that the issue is that caches for different facets
>can be added later?
This. Would be nice, don't you think?
-benjamin