15,4 Specifikátory výjimka funkce
Specifikátory výjimky než funkce throw() analyzovat, ale nebyly použity.Příklad:
void f() throw(int); // parsed but not used
void g() throw(); // parsed and used
Další informace o výjimce specifikace viz Specifikace výjimku.