Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove dynamic exception specifications #38

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Remove dynamic exception specifications #38

wants to merge 1 commit into from

Conversation

SoapGentoo
Copy link

Fixes #37

@SoapGentoo
Copy link
Author

@wojdyr we're starting to see failures downstream with GCC 11

@wojdyr
Copy link
Owner

wojdyr commented Jun 15, 2021

Sorry for late reply.

Exception specification is there only for SWIG. If nothing changed, SWIG generates code that catches specified exceptions.

I'm afraid fityk is still C++03, but it probably compiles with C++11/14.
My plan was (and still is) to make the last release in C++03 and then modernize the code, but in recent years fityk got rather neglected and I haven't made a release for a long time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

C++17 has dropped support for dynamic exceptions
2 participants