From 79e1e744a2f306f9c04b0cda3058e9ed40d8421c 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. --- odb/result.hxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'odb/result.hxx') diff --git a/odb/result.hxx b/odb/result.hxx index ae33cdd..17406e7 100644 --- a/odb/result.hxx +++ b/odb/result.hxx @@ -326,6 +326,11 @@ namespace odb private: details::shared_ptr > impl_; }; + + namespace core + { + using odb::result; + } } #include -- cgit v1.1