Issue 9118: Page: 56..64 (corba-rtf) Source: (, ) Nature: Enhancement Severity: Minor Summary: C++ as a language is not just the core language but also STL that accompanies with it. There are lots of useful algorithms in STL, but they are not very easily used with the C++ mappings of CORBA Sequences. Step closer to this usability would be to add a member typedef that would tell the type of items the sequence contains - this would allow implementing an STL iterator compliant types more easily. And really nice thing would be if the mapping would have begin() and end() functions like STL containers do. Resolution: Revised Text: Actions taken: October 26, 2005: received issue April 11, 2012: Deferred Discussion: End of Annotations:===== m: webmaster@omg.org Date: 26 Oct 2005 12:24:34 -0400 To: Subject: Issue/Bug Report -------------------------------------------------------------------------------- Name: Ahti Legonkov Company: Proekspert mailFrom: ahti.legonkov@proekspert.ee Notification: Yes Specification: C++ Language Mapping Specification Section: 1.13 FormalNumber: formal/03-06-03 Version: 1.1 RevisionDate: 03/06/03 Page: 56..64 Nature: Enhancement Severity: Minor HTTP User Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 Description C++ as a language is not just the core language but also STL that accompanies with it. There are lots of useful algorithms in STL, but they are not very easily used with the C++ mappings of CORBA Sequences. Step closer to this usability would be to add a member typedef that would tell the type of items the sequence contains - this would allow implementing an STL iterator compliant types more easily. And really nice thing would be if the mapping would have begin() and end() functions like STL containers do.