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