This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: debug shrink_to_fit
- From: Paolo Carlini <paolo dot carlini at oracle dot com>
- To: François Dumont <francois dot cppdevs at free dot fr>
- Cc: "libstdc++ at gcc dot gnu dot org" <libstdc++ at gcc dot gnu dot org>
- Date: Tue, 07 Jun 2011 22:27:29 +0200
- Subject: Re: debug shrink_to_fit
- References: <4DEE81EB.40401@free.fr>
On 06/07/2011 09:54 PM, François Dumont wrote:
Ok to commit ?
Let's try to figure out something cleaner. Couldn't we change
__shrink_to_fit to return a bool signaling to the caller whether the
"shrink" happened or not? Should be doable...
Paolo.