From 1b9addbec8cce85f7568207078cd5eef05c1c9fb Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Mon, 11 Mar 2019 22:09:36 +1100 Subject: Graph Append and Prepend functions should now work --- src/packrat-graphs.ads | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/packrat-graphs.ads') diff --git a/src/packrat-graphs.ads b/src/packrat-graphs.ads index 76be2e4..5074485 100644 --- a/src/packrat-graphs.ads +++ b/src/packrat-graphs.ads @@ -469,6 +469,10 @@ private (Index_Type => Positive, Element_Type => Node_Index); + package Index_Maps is new Ada.Containers.Ordered_Maps + (Key_Type => Node_Index, + Element_Type => Node_Index); + -- cgit