This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin 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: setup.exe exception handling guidelines




> -----Original Message-----
> From: Gary R. Van Sickle [mailto:g.r.vansickle@worldnet.att.net] 
> Sent: Wednesday, May 01, 2002 3:06 PM
> To: CygWin Apps
> Subject: RE: setup.exe exception handling guidelines
> 
> 
> > > What about the standard C++ library exception class ? In the
> > > recent threads regarding setup and libgetopt++ I red that we 
> > > libstdc++ can be used now ?
> > 
> > Yes, libstdc++ can be used now. Whats the header for the 
> C++ library 
> > exception class?
> 
> <exception>.  Where those ISO guys come up with these crazy 
> names.... ;-P

It's truly shocking that. Anyway, Exception in setup inherits from C++
standard exception class. Why not direct? So if we want to change, we
can.

Rob


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