Issue 18205: tuple should provide value accessors (vsiplxx-rtf) Source: (Mr. Brooks Moses, brooks.moses(at)dpdx.net) Nature: Enhancement Severity: Minor Summary: VSIPL++ implementations are not required to provide any member definitions for tuple<>. However, both the old reference implementation and the Mentor Graphics implementation define static members with the values of the dimension ordering. These are certainly useful within the implementations, and are likely to be useful to applications as well. Recommendation: Require definition of 'dim0', 'dim1', and 'dim2' tuple members, which match the tuple's template arguments. 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 11:17:18 -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 (#11 from me) X-OriginalArrivalTime: 23 Oct 2012 18:17:19.0063 (UTC) FILETIME=[A3653E70:01CDB14A] Name: Brooks Moses Employer: Mentor Graphics mailFrom: brooks_moses@mentor.com Terms_Agreement: I agree Specification: VSIPL++ Section: 3 [support] FormalNumber: ptc/2012-07-27 Version: 1.2 - FTF Beta 1 Doc_Year: 2012 Doc_Month: August Doc_Day: 10 Page: 6 Title: tuple should provide value accessors Nature: Enhancement Severity: Minor B1: Report Issue Description: VSIPL++ implementations are not required to provide any member definitions for tuple<>. However, both the old reference implementation and the Mentor Graphics implementation define static members with the values of the dimension ordering. These are certainly useful within the implementations, and are likely to be useful to applications as well. Recommendation: Require definition of 'dim0', 'dim1', and 'dim2' tuple members, which match the tuple's template arguments.