This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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: verbose terminate() on by default, pass 2


On Wed, Dec 25, 2002 at 09:23:40AM +0100, Gabriel Dos Reis wrote:
> Nathan Myers <ncm-nospam@cantrip.org> writes:
> | > +	    char const *w = exc.what();
> | > +    type_info *t = __cxa_current_exception_type();
> | > +	char const *name = t->name();
> | > +	  char *dem = 0;
> | > +	catch (exception &exc)
> | > +	    char const *w = exc.what();
> | 
> | This is C++ code.  Shouldn't we have C++-style declarations?
> 
> 100% agreed.

I hadn't really planned on rewriting Jason's code... what specifically are
you disagreeing with?


Phil

-- 
I would therefore like to posit that computing's central challenge, viz. "How
not to make a mess of it," has /not/ been met.
                                                 - Edsger Dijkstra, 1930-2002


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