This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [v3] speedup numpunct cache, take 2


On Thu, Jul 03, 2003 at 12:35:55AM -0400, Jerry Quinn wrote:
> Index: src/locale-inst.cc
> ===================================================================
> RCS file: /cvs/gcc/gcc/libstdc++-v3/src/locale-inst.cc,v
> retrieving revision 1.39
> diff -u -r1.39 locale-inst.cc
> --- src/locale-inst.cc	27 Jun 2003 07:25:37 -0000	1.39
> +++ src/locale-inst.cc	3 Jul 2003 04:28:32 -0000
> @@ -56,7 +56,7 @@
>  #endif
>  
>    // numpunct, numpunct_byname, num_get, and num_put
> -  template class numpunct<char>;
> +   template class numpunct<char>;
>    template struct __numpunct_cache<char>;
>    template class numpunct_byname<char>;
>    template class num_get<char, istreambuf_iterator<char> >;

Was this included by accident?

-- 
Matt Kraai          kraai@alumni.cmu.edu          Debian GNU/Linux


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]