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

tests: extract dynamic exception tests #235

Merged
merged 1 commit into from
Feb 13, 2025
Merged

tests: extract dynamic exception tests #235

merged 1 commit into from
Feb 13, 2025

Conversation

iMichka
Copy link
Collaborator

@iMichka iMichka commented Feb 13, 2025

Fix failures when testes with c++17 and above
See #227 (comment)

https://developers.redhat.com/articles/2021/08/06/porting-your-code-c17-gcc-11#exception_specification_changes From what I read here, there is no way to add exception specifications anymore (unless you use noexcept).

@iMichka iMichka force-pushed the exception branch 4 times, most recently from 59ac349 to bbb303e Compare February 13, 2025 21:57
Fix failures when tested with c++17 and above
See #227 (comment)

https://developers.redhat.com/articles/2021/08/06/porting-your-code-c17-gcc-11#exception_specification_changes
From what I read here, there is no way to add exception specifications anymore (unless you use noexcept).
@iMichka iMichka merged commit d24d971 into develop Feb 13, 2025
8 checks passed
@iMichka iMichka deleted the exception branch February 13, 2025 22:11
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.

None yet

1 participant