AcademySoftwareFoundation / openfx

OpenFX effects API
Other
410 stars 120 forks source link

Remove deprecated exception specifications. #114

Closed acolwell closed 1 year ago

acolwell commented 1 year ago

Removes dynamic exception specifications and fixes "catching polymorphic type" warnings. Exception specifications were deprecated in C++11 and removed in C++17. This should address issue #82.