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

Avoid std::exception inheritance by forge::Error class #199

Open
9prady9 opened this issue Mar 9, 2019 · 2 comments
Open

Avoid std::exception inheritance by forge::Error class #199

9prady9 opened this issue Mar 9, 2019 · 2 comments
Assignees
Milestone

Comments

@9prady9
Copy link
Member

9prady9 commented Mar 9, 2019

No description provided.

@9prady9 9prady9 added this to the 2.0 milestone Mar 9, 2019
@9prady9 9prady9 self-assigned this Mar 9, 2019
@9prady9 9prady9 changed the title Avoid inheritance std::exception by forge::Error class Avoid std::exception inheritance by forge::Error class Mar 9, 2019
@9prady9
Copy link
Member Author

9prady9 commented Jul 8, 2020

It seems like in-lining the fg::Error completely in the header should resolve the issue. Of course, that alone won't cut it, all cpp implementations should become header only, which shouldn't be hard given that they are merely redirecting to C-API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant