This is the mail archive of the
libstdc++@sourceware.cygnus.com
mailing list for the libstdc++ project.
Re: num_get<>::do_get question
- To: kabatek@chemie.uni-halle.de
- Subject: Re: num_get<>::do_get question
- From: Benjamin Kosnik <bkoz@cygnus.com>
- Date: Thu, 22 Apr 1999 10:45:36 -0700 (PDT)
- cc: libstdc++@sourceware.cygnus.com
> It is of type `string', but this is not necessary.
> It could be `const char*'.
> This solution should be faster because no call of `new' and `delete'
> occurs.
Yup--it's not perfect or 100% done yet. Send me your patch. . .
-Benjamin