Skip to content

community/presage: fix incompatibility with C++17

Luca Weiss requested to merge lucaweiss/aports:presage-0.9.1 into master

Fixes errors like

/usr/include/presage.h:115:40: error: ISO C++17 does not allow dynamic exception specifications
  115 |     Presage(PresageCallback* callback) throw (PresageException);
      |                                        ^~~~~

when compiling software depending on presage.

Merge request reports