You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: