This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
I want try...finally
- From: "Andrew V. Fionik" <fionika at papillon dot ru>
- To: <gcc at gcc dot gnu dot org>
- Date: Thu, 15 May 2003 21:06:36 +0600
- Subject: I want try...finally
- Fl-build: Fidolook 2002 (SL) 6.0.2600.78 - 24/10/2002 21:18:29
- Organization: Papillon Systems
Hi, guys.
I think that you doing great job by making GCC and G++. However i feel that
C++
compiler lacks support for one great language construct "try...finally". I'm
sure you know about it. It widely used in prooperitary Microsoft and Borland
C++/Delphi compilers. This construct allows to easy write safe, elegant, and
well readably code.
I hope you will add this language feature.
P.S. Of course i know that it not exist in standard, but i think in that
case standard deffinitely outdated.