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]

Re: I want try...finally


Andrew V. Fionik wrote:

>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.
>
Anything that can be done with try...finally can also be done with
destructors without extending the language.


-- 
Brane Äibej   <brane@xbc.nu>   http://www.xbc.nu/brane/


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