From 4a250a49537bf223b3665c0f5a017944531b3dfe 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. --- common/const/driver.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/const') diff --git a/common/const/driver.cxx b/common/const/driver.cxx index b4eb80e..10e3103 100644 --- a/common/const/driver.cxx +++ b/common/const/driver.cxx @@ -20,7 +20,7 @@ #include "test-odb.hxx" using namespace std; -using namespace odb; +using namespace odb::core; int main (int argc, char* argv[]) -- cgit v1.1