boostorg / mysql

MySQL C++ client based on Boost.Asio
https://www.boost.org/doc/libs/master/libs/mysql
Boost Software License 1.0
252 stars 32 forks source link

__unused error codes #205

Closed anarthal closed 8 months ago

anarthal commented 8 months ago

There are a couple of error codes, like er_no_such_partition__unused, that contain a double underscore. That's illegal in C++. Since they reference no longer used error codes, they can probably just be removed.