seznam / SuperiorMySqlpp

SuperiorMySQL++
GNU Lesser General Public License v3.0
31 stars 20 forks source link

DBDriver - many methods can be noexcept #83

Closed smradCZ closed 6 years ago

smradCZ commented 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.