This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [Patch] mt_allocator: spare mem & fix alignment problems
- From: Paolo Carlini <pcarlini at suse dot de>
- To: "B. Kosnik" <bkoz at nabi dot net>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Fri, 26 Mar 2004 16:05:05 +0100
- Subject: Re: [Patch] mt_allocator: spare mem & fix alignment problems
- References: <40630DF2.7040507@suse.de> <20040325112605.0021293e.bkoz@nabi.net>
B. Kosnik wrote:
I'm not quite sure what is up with pthread7-rope. Do you know if this
fails if std::string is used instead of rope? I'm just curious.
Well, I'm happy to report (after all basic_string is my (old) baby ;)
that with
std::string it does *not* fail...
Is it possible that actually rope is not as thread-safe as was supposed
to be??
Paolo.