Milestone Image

This commit is contained in:
A
2018-02-22 18:07:54 +01:00
parent e445a8b44e
commit e2dee2e147
3 changed files with 20 additions and 7 deletions
+6
View File
@@ -2,12 +2,18 @@ with Ada.Containers.Indefinite_Holders;
with Ada.Containers.Indefinite_Ordered_Maps;
with Ada.Containers.Indefinite_Ordered_Sets;
with Alire.Milestones;
with Alire.Releases;
with Semantic_Versioning;
package Alire.Containers with Preelaborate is
package Milestone_Sets is new Ada.Containers.Indefinite_Ordered_Sets (Milestones.Milestone,
Milestones."<",
Milestones."=");
package Release_Sets is new Ada.Containers.Indefinite_Ordered_Sets (Releases.Release,
Releases."<",
Releases."=");