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/exception.hxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'odb/exception.hxx') 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 -- cgit v1.1