Fixed PoolWithFailOver

This commit is contained in:
Clement Rodriguez 2019-10-09 15:47:09 +02:00
parent 3141446302
commit 1a9b7b97af

View File

@ -104,7 +104,7 @@ namespace mysqlxx
PoolWithFailover(const PoolWithFailover & other);
PoolWithFailover & operator=(const PoolWithFailover &) = delete;
// PoolWithFailover & operator=(const PoolWithFailover &) = delete;
/** Allocates a connection to use. */
Entry Get();