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

DBDriver - many methods can be noexcept #83

Closed
smradCZ opened this issue Apr 9, 2018 · 0 comments · Fixed by #99
Closed

DBDriver - many methods can be noexcept #83

smradCZ opened this issue Apr 9, 2018 · 0 comments · Fixed by #99

Comments

@smradCZ
Copy link
Contributor

smradCZ commented Apr 9, 2018

Many methods in DBDriver class can be declared with noexcept specifier.
They call underlying C API functions directly with no other logic thus exceptions shouldn't arise there in most cases.

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 a pull request may close this issue.

1 participant