aboutsummaryrefslogtreecommitdiff
path: root/boost
diff options
context:
space:
mode:
Diffstat (limited to 'boost')
-rw-r--r--boost/common/template/driver.cxx2
-rw-r--r--boost/mysql/template/driver.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/boost/common/template/driver.cxx b/boost/common/template/driver.cxx
index 19ce6d8..5865289 100644
--- a/boost/common/template/driver.cxx
+++ b/boost/common/template/driver.cxx
@@ -19,7 +19,7 @@
#include "test-odb.hxx"
using namespace std;
-using namespace odb;
+using namespace odb::core;
int
main (int argc, char* argv[])
diff --git a/boost/mysql/template/driver.cxx b/boost/mysql/template/driver.cxx
index 8a65b0c..2a92ab4 100644
--- a/boost/mysql/template/driver.cxx
+++ b/boost/mysql/template/driver.cxx
@@ -19,7 +19,7 @@
#include "test-odb.hxx"
using namespace std;
-using namespace odb;
+using namespace odb::core;
int
main (int argc, char* argv[])