-
Key: CPP11-69
-
Legacy Issue Number: 1115
-
Status: closed
-
Source: Anonymous
-
Summary:
Summary: Look at this code and tell me what is wrong with it (CORBA:: left off
for simplicity):
So, now the question is: Inside the
TypeCode_var::operator=(TypeCode_ptr tc)
assignment operator, when tc == this, what should happen?Should this call release(this) to satisfy the requirements of code frag
#3? Or should it be a noop to satisfy the requirements of code frag #4? -
Reported: CPP 1.0b1 — Mon, 6 Apr 1998 04:00 GMT
-
Disposition: Resolved — CPP 1.1
-
Disposition Summary:
Close no change. The submitter of the issue misunderstood _var reference counting semantics.
-
Updated: Fri, 6 Mar 2015 20:58 GMT