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. --- mapping/driver.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mapping/driver.cxx') diff --git a/mapping/driver.cxx b/mapping/driver.cxx index dae2c94..80f825e 100644 --- a/mapping/driver.cxx +++ b/mapping/driver.cxx @@ -14,7 +14,7 @@ #include "person-odb.hxx" using namespace std; -using namespace odb; +using namespace odb::core; int main (int argc, char* argv[]) -- cgit v1.1