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

noexcept for member functions not generating try...catch #454

Closed
andijcr opened this issue Feb 22, 2022 · 1 comment
Closed

noexcept for member functions not generating try...catch #454

andijcr opened this issue Feb 22, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@andijcr
Copy link

andijcr commented Feb 22, 2022

example

shouldn't noexcept on a member function generate the same implicit try ... catch block, as it happens for a free function, or it's just a case of clang not doing it?

@andreasfertig
Copy link
Owner

Hello @andijcr,

thanks for reporting this. My apologies. This is a bug in my implementation. I left the member function case out. A fix is on its way.

Andreas

@andreasfertig andreasfertig added the bug Something isn't working label Feb 22, 2022
andreasfertig added a commit that referenced this issue Feb 22, 2022
The first implementation left member functions untransformed. This patch
adds support for them.
andreasfertig added a commit that referenced this issue May 1, 2022
Fixed #454: Added missing support for noexcept transformation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants