This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [v3] basic_string::reserve() shrink-to-fit?
- From: Paolo Carlini <pcarlini at unitus dot it>
- To: Neil Ferguson <nferguso at eso dot org>
- Cc: LibStdC++ General List <libstdc++ at gcc dot gnu dot org>,Nathan Myers <ncm at cantrip dot org>
- Date: Thu, 11 Dec 2003 16:37:25 +0100
- Subject: Re: [v3] basic_string::reserve() shrink-to-fit?
- References: <3FD88478.3070309@eso.org> <3FD887C9.1020906@unitus.it> <3FD88C4F.4030902@eso.org>
Neil Ferguson wrote:
I haven't written a test case that specifically exercises my change,
though, as I haven't had time to learn how yet. This is the first time
I've meddled with libstdc++ :-)
Eh! By the way one of my very first patches also involved reserve, if
you are curious:
http://gcc.gnu.org/ml/libstdc++/2001-11/msg00150.html
Your change looks good, let's wait a bit for Nathan's comments: if he
doesn't object, I will take care of the thing.
Paolo.