This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [PATCH,RFC] Change __convert_from_v to use snprintf and use it
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: Paolo Carlini <pcarlini at unitus dot it>
- Cc: Loren James Rittle <rittle at latour dot rsch dot comm dot mot dot com>, libstdc++ at gcc dot gnu dot org
- Date: Tue, 19 Mar 2002 08:55:51 -0800 (PST)
- Subject: Re: [PATCH,RFC] Change __convert_from_v to use snprintf and use it
> I see. I think that the scheme using snprintf is so much better than the
> current one that it is worth a temporary rough solution from the point
> of view of the autoconf. What about working together on the autoconf
> bits, if and when the new locale_facets code is ready and well tested?
I think this sounds like a good idea. If it turns out that the macro
guard should be _GLIBCPP_HAVE_SNPRINTF then so be it.
-benjamin