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. --- boost/driver.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boost/driver.cxx') diff --git a/boost/driver.cxx b/boost/driver.cxx index 5136312..39f9c2a 100644 --- a/boost/driver.cxx +++ b/boost/driver.cxx @@ -16,7 +16,7 @@ using namespace std; using namespace boost::gregorian; -using namespace odb; +using namespace odb::core; int main (int argc, char* argv[]) -- cgit v1.1