diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-02-17 10:07:16 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-02-22 12:29:43 +0200 |
commit | 5646a1c5a3529f787803edf61f15ae8692eb574e (patch) | |
tree | bd2fe7740ab786fa49f117a512cc7aac4f5442c3 /common/lazy-ptr/driver.cxx | |
parent | c7d1b5f11a45319d71b6fe0929fc616a1640579f (diff) |
Resolve C++11 ambiguity
Diffstat (limited to 'common/lazy-ptr/driver.cxx')
-rw-r--r-- | common/lazy-ptr/driver.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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 // |