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

C++: Fix build on no-except compilers #1174

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

Conversation

riidefi
Copy link

@riidefi riidefi commented Feb 11, 2023

This fix was necessary for my project (C++ depending on Rust) to compile. The approach here is conservative, only deferring from the existing behavior when the compiler explicitly does not support exceptions via feature-test macros. There may be other approaches here, like attempting to compile a test file with throw.

@riidefi riidefi changed the title C++: Automatically use RUST_CXX_NO_EXCEPTIONS panic backend if exceptions are unsupported. C++: Fix build on no-except compilers Mar 10, 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.

None yet

1 participant