From 4a250a49537bf223b3665c0f5a017944531b3dfe Mon Sep 17 00:00:00 2001
From: Boris Kolpackov <boris@codesynthesis.com>
Date: Fri, 18 Feb 2011 10:42:41 +0200
Subject: Add odb::core namespace to be used in using-directives

Port all the examples and tests.
---
 tracer/include/driver.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'tracer/include')

diff --git a/tracer/include/driver.cxx b/tracer/include/driver.cxx
index 70cdd99..f2f9382 100644
--- a/tracer/include/driver.cxx
+++ b/tracer/include/driver.cxx
@@ -33,7 +33,7 @@
 #include "test4-odb.hxx"
 
 using namespace std;
-using namespace odb;
+using namespace odb::core;
 
 int
 main ()
-- 
cgit v1.1