From bc95a07e6ecd388b4ef485f218aa1211d36e0e53 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 18 Aug 2010 20:04:09 +0200 Subject: Move shared_ptr to the details namespace --- common/threads/driver.cxx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'common/threads') diff --git a/common/threads/driver.cxx b/common/threads/driver.cxx index 9ae5b50..c883bba 100644 --- a/common/threads/driver.cxx +++ b/common/threads/driver.cxx @@ -14,7 +14,7 @@ #include #include -#include +#include #include #include @@ -25,8 +25,9 @@ using namespace std; using namespace odb; -using odb::shared_ptr; -using odb::details::thread; +using details::shared; +using details::shared_ptr; +using details::thread; const size_t thread_count = 32; const size_t iteration_count = 100; -- cgit v1.1