This is the mail archive of the libstdc++@sourceware.cygnus.com mailing list for the libstdc++ project. See the libstdc++ home page for more information.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
> 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