This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [PATCH] Use __uselocale in __convert_from_v
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: Paolo Carlini <pcarlini at unitus dot it>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Mon, 9 Sep 2002 16:08:49 -0500
- Subject: Re: [PATCH] Use __uselocale in __convert_from_v
- Organization: Red Hat / Chicago
- References: <3D7D057D.4080105@unitus.it>
> 2002-09-09 Paolo Carlini <pcarlini@unitus.it>
>
> * include/bits/locale_facets.tcc (__convert_from_v):
> Use __uselocale instead of setlocale for glibc 2.3+.
all the gnu bits should be in gnu-specific files, not the general file.
Let me see how to go about doing this....