Skip to content

C++ Exceptions Support#1505

Open
Choochmeque wants to merge 4 commits into
google:mainfrom
Choochmeque:main
Open

C++ Exceptions Support#1505
Choochmeque wants to merge 4 commits into
google:mainfrom
Choochmeque:main

Conversation

@Choochmeque

Copy link
Copy Markdown

Fixes #1412

Exceptions are a fundamental part of C++ and it's been a bit limiting not having support for them.

This PR should make it easier to work with real-world C++ libraries that rely on exceptions.

I took the general idea from #1426 and built on top of it.

Would love to hear your thoughts - happy to tweak or improve things based on feedback.

It's a good idea to open an issue first for discussion.

  • Tests pass
  • Appropriate changes to README are included in PR

@google-cla

google-cla Bot commented Feb 20, 2026

Copy link
Copy Markdown

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@Choochmeque

Copy link
Copy Markdown
Author

@adetaylor, could you please review this PR?

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.

Feature Request: Exception Support

1 participant