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/query.hxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'odb/query.hxx') diff --git a/odb/query.hxx b/odb/query.hxx index 5734ba5..5cdeb6f 100644 --- a/odb/query.hxx +++ b/odb/query.hxx @@ -15,6 +15,11 @@ namespace odb template ::query_base_type> class query; + + namespace core + { + using odb::query; + } } #include -- cgit v1.1