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

Catch exception objects by const reference #161

Merged
merged 1 commit into from
May 20, 2018

Conversation

zauguin
Copy link
Collaborator

@zauguin zauguin commented Apr 3, 2018

A version of #160 on the dev branch.

@zauguin
Copy link
Collaborator Author

zauguin commented Apr 3, 2018

@Peter-Levine Please review this one. It should fix all the problematic catch statements left in the dev branch.

@Peter-Levine
Copy link

@zauguin The dev branch never caused failure on my end since the exceptions are caught by reference, but it's a good idea to catch by const reference.

I can confirm there is no build failure with the patch.

@zauguin zauguin merged commit 12ead5c into SqliteModernCpp:dev May 20, 2018
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.

2 participants