15.4 函式的例外狀況規範

而非函式的例外狀況規範 throw() 剖析,但不是使用。例如:

void f() throw(int); // parsed but not used
void g() throw();    // parsed and used 

如需有關例外狀況規格的詳細資訊,請參閱例外狀況規格

請參閱

其他資源

使用非標準的行為