-
Key: CPP13-18
-
Legacy Issue Number: 2875
-
Status: open
-
Source: Anonymous
-
Summary:
Summary: The ValueBase::_copy_value() function is included in the discussion
of the "reference counting interface" in section 1.17.5 of 99-07-41.
Later, the description of the reference counting mix-in classes
says:"Each of these classes shall be fully concrete and shall completely
fulfill the ValueBase reference counting interface..."However, I do not believe that the intent was to require the mix-in
classes to implement _copy_value().Therefore I suggest one of two clarifications:
1) Move the discussion of _copy_value() out of the reference-counting
section, or2) Specify which functions the mix-in classes are actually expected to
implement, e.g.,"Each of these classes shall be fully concrete and shall completely
fulfill the ValueBase reference counting interface (_add_ref,
_remove_ref, and _refcount_value), ..." -
Reported: CPP 1.0 — Thu, 9 Sep 1999 04:00 GMT
-
Updated: Fri, 6 Mar 2015 20:57 GMT