a-convec.ads, [...]: Minor reformatting.
2011-09-06 Vadim Godunko <godunko@adacore.com> * a-convec.ads, a-iteint.ads: Minor reformatting. From-SVN: r178574
This commit is contained in:
parent
77aa62e72f
commit
5d42cba16f
@ -1,3 +1,7 @@
|
||||
2011-09-06 Vadim Godunko <godunko@adacore.com>
|
||||
|
||||
* a-convec.ads, a-iteint.ads: Minor reformatting.
|
||||
|
||||
2011-09-06 Vincent Celier <celier@adacore.com>
|
||||
|
||||
* projects.texi: Add menus and @node lines.
|
||||
|
@ -358,7 +358,7 @@ package Ada.Containers.Vectors is
|
||||
return Vector_Iterator_Interfaces.Reversible_Iterator'Class;
|
||||
|
||||
function Iterate (Container : Vector; Start : Cursor)
|
||||
return Vector_Iterator_Interfaces.Reversible_Iterator'class;
|
||||
return Vector_Iterator_Interfaces.Reversible_Iterator'Class;
|
||||
|
||||
generic
|
||||
with function "<" (Left, Right : Element_Type) return Boolean is <>;
|
||||
|
@ -26,8 +26,8 @@ package Ada.Iterator_Interfaces is
|
||||
function Next
|
||||
(Object : Forward_Iterator;
|
||||
Position : Cursor) return Cursor is abstract;
|
||||
type Reversible_Iterator is limited interface and Forward_Iterator;
|
||||
|
||||
type Reversible_Iterator is limited interface and Forward_Iterator;
|
||||
function Last (Object : Reversible_Iterator) return Cursor is abstract;
|
||||
function Previous
|
||||
(Object : Reversible_Iterator;
|
||||
|
Loading…
Reference in New Issue
Block a user