------- Comment #2 from sebor at roguewave dot com 2008-07-21 16:17 ------- I agree a new warning would be useful. For example, the following code should be diagnosed:
struct S { S () throw () { throw 0; } }; as should this: struct S { S () throw (int) { throw ""; } }; -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4898