Skip to content

Add exception specification to function signatures

Guillermo Frontera requested to merge (removed):exception-specifications into master

Add exception specification to function signatures if the specification is noexcept (no expression provided) or throw() (no types provided). Partially fixes bug https://bugs.kde.org/show_bug.cgi?id=188180.

Merge request reports