Still improving! (Was: Re: [PATCH] Avoid strtok for thread safety)

Benjamin Kosnik bkoz@redhat.com
Wed Nov 27 16:02:00 GMT 2002


>Before std::strings can be used, dealing with a persistent string or
>strings for "C" locales needs to be done. 

Currently, globals.cc allocates a certain number of bytes, and placement
new is used to allocate space for the "C" strings. Some solution much
like this is needed for std::string.

-benjamin



More information about the Libstdc++ mailing list