[GCC-XML]Exception specifiers?

Nicodemus nicodemus at globalite.com.br
Fri May 23 21:59:19 EDT 2003


Hi all,

Does GCCXML support exception specifiers? When GCCXML parses this code,


struct Except {};

struct A
{
    void f() throw (Except);
};


it doesn't seem to mention that f can throw an Except... am I missing 
something?

Regards,
Nicodemus.






More information about the gccxml mailing list