aboutsummaryrefslogtreecommitdiff
path: root/odb/exception.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/exception.hxx')
-rw-r--r--odb/exception.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/odb/exception.hxx b/odb/exception.hxx
index 9ffceed..b2bae3d 100644
--- a/odb/exception.hxx
+++ b/odb/exception.hxx
@@ -19,6 +19,11 @@ namespace odb
virtual const char*
what () const throw () = 0;
};
+
+ namespace core
+ {
+ using odb::exception;
+ }
}
#include <odb/post.hxx>