Skip to content

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

New issue

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

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

Already on GitHub? # to your account

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
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant