Closed smradCZ closed 6 years ago
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.
noexcept
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.