CVS difference for ai05s/ai05-0212-1.txt
--- ai05s/ai05-0212-1.txt 2011/03/18 00:11:53 1.12
+++ ai05s/ai05-0212-1.txt 2011/04/26 22:51:07 1.13
@@ -1,6 +1,7 @@
-!standard A.18.2(9/2) 11-03-17 AI05-0212-1/09
+!standard A.18.2(9/2) 11-04-26 AI05-0212-1/10
!standard A.18.33(0)
!class Amendment 10-04-26
+!status work item 11-04-26
!status ARG Approved 8-0-0 11-03-17
!status work item 10-04-26
!status received 10-02-27
@@ -54,10 +55,15 @@
pragma Preelaborable_Initialization(Vector);
-Add after constant No_Element:
+Move after constant No_Element:
+ function Has_Element (Position : Cursor) return Boolean;
+
+Add following that:
+
package Vector_Iterator_Interfaces is new
- Ada.Iterator_Interfaces (Cursors, No_Element);
+ Ada.Iterator_Interfaces (Cursor, Has_Element);
+
Add the following to each Ada.Containers package (other than the Queues packages)
Questions? Ask the ACAA Technical Agent