aboutsummaryrefslogtreecommitdiff
path: root/odb/query.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/query.hxx')
-rw-r--r--odb/query.hxx5
1 files changed, 5 insertions, 0 deletions
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 <typename T,
typename Q = typename object_traits<T>::query_base_type>
class query;
+
+ namespace core
+ {
+ using odb::query;
+ }
}
#include <odb/post.hxx>