2
0
mirror of https://github.com/boostorg/mysql.git synced 2026-02-18 02:02:17 +00:00

Changes to build in MSVC

This commit is contained in:
anarthal
2020-01-13 17:28:05 +01:00
parent e8e30410b8
commit 09c737b417
21 changed files with 81 additions and 85 deletions

View File

@@ -10,9 +10,10 @@
using namespace testing;
using namespace std;
using namespace mysql;
using namespace mysql::detail;
using namespace mysql::test;
using mysql::Error;
using mysql::collation;
namespace
{