This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

I want try...finally


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]