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