Author
anonymous
over 8 years ago
$
prog.cc:1:9: error: ISO C++1z does not allow dynamic exception specifications int f() throw(int) { return 0; } ^~~~~