From d5fb4a771a99ab543d62ed15f0a0eeefab1762a8 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov 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. --- relationship/driver.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'relationship/driver.cxx') diff --git a/relationship/driver.cxx b/relationship/driver.cxx index d31e056..ed359c1 100644 --- a/relationship/driver.cxx +++ b/relationship/driver.cxx @@ -15,7 +15,7 @@ #include "employee-odb.hxx" using namespace std; -using namespace odb; +using namespace odb::core; void print (const employee& e) -- cgit v1.1