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/lazy-ptr.hxx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'odb/lazy-ptr.hxx') diff --git a/odb/lazy-ptr.hxx b/odb/lazy-ptr.hxx index 6514d53..9eb8af8 100644 --- a/odb/lazy-ptr.hxx +++ b/odb/lazy-ptr.hxx @@ -186,6 +186,12 @@ namespace odb mutable std::auto_ptr p_; mutable lazy_ptr_impl i_; }; + + namespace core + { + using odb::lazy_ptr; + using odb::lazy_auto_ptr; + } } #include -- cgit v1.1