Representing EH in GENERIC
Alexandre Oliva
aoliva@redhat.com
Mon Dec 2 06:42:00 GMT 2002
On Nov 29, 2002, Jason Merrill <jason@redhat.com> wrote:
> A related question is whether to group multiple catch clauses together or
> break them up
You can't really break them up. Consider that the body of catch (int)
may throw. You don't want catch (...) to catch that.
--
Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer aoliva@{redhat.com, gcc.gnu.org}
CS PhD student at IC-Unicamp oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist Professional serial bug killer
More information about the Gcc
mailing list