Commit 5d42cba1 by Vadim Godunko Committed by Arnaud Charlet

a-convec.ads, [...]: Minor reformatting.

2011-09-06  Vadim Godunko  <godunko@adacore.com>

	* a-convec.ads, a-iteint.ads: Minor reformatting.

From-SVN: r178574
parent 77aa62e7
2011-09-06 Vadim Godunko <godunko@adacore.com>
* a-convec.ads, a-iteint.ads: Minor reformatting.
2011-09-06 Vincent Celier <celier@adacore.com> 2011-09-06 Vincent Celier <celier@adacore.com>
* projects.texi: Add menus and @node lines. * projects.texi: Add menus and @node lines.
......
...@@ -358,7 +358,7 @@ package Ada.Containers.Vectors is ...@@ -358,7 +358,7 @@ package Ada.Containers.Vectors is
return Vector_Iterator_Interfaces.Reversible_Iterator'Class; return Vector_Iterator_Interfaces.Reversible_Iterator'Class;
function Iterate (Container : Vector; Start : Cursor) function Iterate (Container : Vector; Start : Cursor)
return Vector_Iterator_Interfaces.Reversible_Iterator'class; return Vector_Iterator_Interfaces.Reversible_Iterator'Class;
generic generic
with function "<" (Left, Right : Element_Type) return Boolean is <>; with function "<" (Left, Right : Element_Type) return Boolean is <>;
......
...@@ -26,8 +26,8 @@ package Ada.Iterator_Interfaces is ...@@ -26,8 +26,8 @@ package Ada.Iterator_Interfaces is
function Next function Next
(Object : Forward_Iterator; (Object : Forward_Iterator;
Position : Cursor) return Cursor is abstract; 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 Last (Object : Reversible_Iterator) return Cursor is abstract;
function Previous function Previous
(Object : Reversible_Iterator; (Object : Reversible_Iterator;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment