This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [Patch] Simple tweak to string::_Rep::_S_create
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: Paolo Carlini <pcarlini at suse dot de>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Wed, 13 Oct 2004 01:03:46 -0500
- Subject: Re: [Patch] Simple tweak to string::_Rep::_S_create
- Organization: Red Hat / Chicago
- References: <416C0850.6070005@suse.de>
> * include/ext/array_allocator.h (allocate): Fix bad_alloc check.
> * testsuite/ext/array_allocator/2.cc: Fix wrt 64-bit archs (in
> that case sizeof(_Rep) == 24)
Doh! Thanks for fixing this up.
-benjamin