mirror of
https://github.com/boostorg/mysql.git
synced 2026-02-14 00:42:53 +00:00
Lowered std requirement to C++11
This commit is contained in:
@@ -16,6 +16,10 @@ namespace
|
||||
template <typename Stream>
|
||||
struct CloseStatementTest : NetworkTest<Stream>
|
||||
{
|
||||
CloseStatementTest()
|
||||
{
|
||||
this->connect(this->GetParam().ssl);
|
||||
}
|
||||
|
||||
void ExistingOrClosedStatement()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user