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
With recent compilers (e.g., gcc 10) the linking of multiple translation units including the header superior_mysqlpp.hpp results in an error. The linker complains about multiple definitions of SuperiorMySqlpp::mapSecondGetter.
With recent compilers (e.g., gcc 10) the linking of multiple translation units including the header
superior_mysqlpp.hpp
results in an error. The linker complains about multiple definitions ofSuperiorMySqlpp::mapSecondGetter
.This is because of this definition:
SuperiorMySqlpp/include/superior_mysqlpp/master_slave_connection_pools.hpp
Line 20 in 05421a8
I provided a solution to this issue in the PR #131
The text was updated successfully, but these errors were encountered: