(ref.doc)clamage 180495

Next clamage 190495 Prev: maxtal 120495 Up: Usenet

From: [email protected] (Steve Clamage)
Newsgroups: comp.lang.c++
Subject: Re: exception handling question
Date: 18 Apr 1995 17:25:24 GMT


>Magic::Magic()
>		: Array( params )  // cannot catch exception ???
>{
>
>}

Actually, it's a very good question.	

At the March 1995 meeting, the C++ Committee adopted a syntax that
allows you to catch exceptions thrown from an initialization list.
(I don't have my notes handy, but it will appear in the draft standard
to be published in about two weeks.)

At the moment, you cannot catch this exception. Future compilers
will support the new syntax.

automatically generated by info2www version 1.2.2.8