.cc"
# 1 ""
# 1 ""
# 1 "testex.cc"
class A
{
public:
A() {throw(1);}
};
int main(int argc, char *argv)
{
try
{
throw A();
}
catch(...)
{
}
}
Regards,
Alexander Motzkau
-- System Information:
Debian Release:
32: error: `X' undeclared (first use this function)
test.cc:32: error: (Each undeclared identifier is reported only once for each
function it appears in.)
The code above is the shortest showing this error I could come up with.
Regards,
Alexander Motzkau
-- System Information:
D
2 matches
Mail list logo