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

Fix release builds in mingw, gcc and clang #130

Merged
merged 1 commit into from
Nov 6, 2023
Merged

Fix release builds in mingw, gcc and clang #130

merged 1 commit into from
Nov 6, 2023

Conversation

likeawindrammer
Copy link
Contributor

mingw, gcc and clang compilers don't seem to like using (std::terminate(), throw 0) rvalue, but they are okay with (throw std::runtime_error()) as an rvalue.
This fixes #129

mingw, gcc and clang compilers don't seem to like using (std::terminate(), throw 0) rvalue, but they are okay with (throw std::runtime_error()) as an rvalue.
@thelink2012 thelink2012 merged commit 96f6b54 into thelink2012:master Nov 6, 2023
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.

Build error on release builds
2 participants