diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-02-18 10:42:41 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-02-18 10:42:41 +0200 |
commit | d5fb4a771a99ab543d62ed15f0a0eeefab1762a8 (patch) | |
tree | 44f794987b1b4b3a366202396040e6beefa7bffb /container/driver.cxx | |
parent | 672d06ce03fe11beb9dd5791d3f5d2883fa44618 (diff) |
Add odb::core namespace to be used in using-directives
Port all the examples and tests.
Diffstat (limited to 'container/driver.cxx')
-rw-r--r-- | container/driver.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/container/driver.cxx b/container/driver.cxx index 109fec0..23ceff6 100644 --- a/container/driver.cxx +++ b/container/driver.cxx @@ -14,7 +14,7 @@ #include "person-odb.hxx" using namespace std; -using namespace odb; +using namespace odb::core; void print (const person& p) |