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 | 4a250a49537bf223b3665c0f5a017944531b3dfe (patch) | |
tree | 032830fddd78c35f4501cdb3e98f28af544f9be0 /tracer/types | |
parent | 4067bb225c7238d54b5a09ab4d3d23f60aef8a05 (diff) |
Add odb::core namespace to be used in using-directives
Port all the examples and tests.
Diffstat (limited to 'tracer/types')
-rw-r--r-- | tracer/types/driver.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tracer/types/driver.cxx b/tracer/types/driver.cxx index 6847878..9c1b97d 100644 --- a/tracer/types/driver.cxx +++ b/tracer/types/driver.cxx @@ -14,7 +14,7 @@ #include "test-odb.hxx" using namespace std; -using namespace odb; +using namespace odb::core; template <typename T1, typename T2> struct same_p |