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

Review static constexpr ODR-uses #201

Closed anarthal closed 4 months ago

anarthal commented 8 months ago

Following https://github.com/boostorg/system/issues/115, review that we're not affected, too.

anarthal commented 4 months ago

We're not affected since we only use plain template variables, and not static constexpr variables as in the linked issue, which are the ones requiring a definition.