This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [Patch] Fix libstdc++/12352
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: Paolo Carlini <pcarlini at unitus dot it>
- Cc: libstdc++ at gcc dot gnu dot org, Benjamin Kosnik <bkoz at redhat dot com>
- Date: 25 Sep 2003 15:45:31 +0200
- Subject: Re: [Patch] Fix libstdc++/12352
- Organization: Integrable Solutions
- References: <3F72EF65.2060109@unitus.it>
Paolo Carlini <pcarlini@unitus.it> writes:
| Tested x86-linux. Do you like it?
It certainly is an improvement. Thanks.
I was wondering whether that should not just use the traditional RAII
in form of objects construction/destruction (a la sentry), instead of
doing it manually.... Just thinking loudly...
-- Gaby