From 5646a1c5a3529f787803edf61f15ae8692eb574e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 17 Feb 2012 10:07:16 +0200 Subject: Resolve C++11 ambiguity --- common/lazy-ptr/driver.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'common/lazy-ptr') diff --git a/common/lazy-ptr/driver.cxx b/common/lazy-ptr/driver.cxx index 2052f6f..8065e2c 100644 --- a/common/lazy-ptr/driver.cxx +++ b/common/lazy-ptr/driver.cxx @@ -223,6 +223,7 @@ main (int argc, char* argv[]) #ifdef HAVE_TR1_MEMORY { using namespace ::tr1; + using std::tr1::shared_ptr; // persist // -- cgit v1.1