mirror of
https://github.com/rbock/sqlpp11.git
synced 2024-11-16 04:47:18 +08:00
fix namespace error
This commit is contained in:
parent
348e5d6489
commit
8048337068
@ -4,8 +4,6 @@
|
|||||||
|
|
||||||
namespace sqlpp
|
namespace sqlpp
|
||||||
{
|
{
|
||||||
namespace mysql
|
|
||||||
{
|
|
||||||
template <typename Connection, typename Connection_config>
|
template <typename Connection, typename Connection_config>
|
||||||
class connection_pool
|
class connection_pool
|
||||||
{
|
{
|
||||||
@ -133,5 +131,4 @@ namespace sqlpp
|
|||||||
static_cast<async_connection*>(connection.get())->is_free = true;
|
static_cast<async_connection*>(connection.get())->is_free = true;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user