From 7207f697c7211c7ed1c761c1438e64b92c5c8ef2 Mon Sep 17 00:00:00 2001 From: tchernobog Date: Sun, 5 Mar 2006 01:07:51 +0000 Subject: [PATCH] - Fix obscure bug (with reference initialization, or nested name specifiers?) git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@490 3ecf2c5c-341e-0410-92b4-d18e462d057c --- src/templates/smartp.tcc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/smartp.tcc b/src/templates/smartp.tcc index 8055042..26922cc 100644 --- a/src/templates/smartp.tcc +++ b/src/templates/smartp.tcc @@ -57,7 +57,7 @@ namespace memory { // ------------------------------ template - typename smart_ptr::smart_ptr& + smart_ptr& smart_ptr::operator=(const smart_ptr& sptr) throw() { if(this != &sptr && _contents != sptr._contents)