Issue 18217: Unclear antecedent in ~Dense() destructor description (vsiplxx-rtf) Source: (Mr. Brooks Moses, brooks.moses(at)dpdx.net) Nature: Revision Severity: Minor Summary: The description of the ~Dense() destructor states "It should no longer be used." The antecedent of "it" is grammatically unclear -- although users can guess from context, this should really say "The Dense object should no longer be used." It may perhaps be worth noting explicitly that any views bound to the block should also not be used (although, in that case, what exactly does "used" mean? Is it valid to access their size?). Resolution: In the interest of closing the current RTF so that the solutions to resolved issues can be made publically available, this issue is deferred to the next RTF. Disposition: Deferred Revised Text: Actions taken: October 23, 2012: received issue Discussion: End of Annotations:===== te: Tue, 23 Oct 2012 13:16:38 -0700 From: Brooks Moses User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2 To: Subject: VSIPL++ issue (#21 from me) X-OriginalArrivalTime: 23 Oct 2012 20:16:38.0614 (UTC) FILETIME=[4ED20760:01CDB15B] Name: Brooks Moses Employer: Mentor Graphics mailFrom: brooks_moses@mentor.com Terms_Agreement: I agree Specification: VSIPL++ Section: 6.3.3 [block.dense.constructors] FormalNumber: ptc/2012-07-27 Version: 1.2 - FTF Beta 1 Doc_Year: 2012 Doc_Month: August Doc_Day: 10 Page: 33 Title: Unclear antecedent in ~Dense() destructor description. Nature: Bug Severity: Minor B1: Report Issue Description: The description of the ~Dense() destructor states "It should no longer be used." The antecedent of "it" is grammatically unclear -- although users can guess from context, this should really say "The Dense object should no longer be used." It may perhaps be worth noting explicitly that any views bound to the block should also not be used (although, in that case, what exactly does "used" mean? Is it valid to access their size?). - Brooks