-- trendy_terminal-string_vectors.ads
package Trendy_Terminal.String_Vectors is new Ada.Containers.Vectors
(Index_Type => Positive,
Element_Type => Ada.Strings.Unbounded.Unbounded_String,
"=" => Ada.Strings.Unbounded."=");
with Trendy_Terminal.String_Vectors;
instantiate it again, or just use the already given package?
.gpr
file per library. I also have a .gpr
file for the main program which references the libraries .gpr
files.alr search log
type t_IPV6_Address is mod 2**128;
But got this error : modulus exceeds limit (2 ** 64)
mod
of size higher than the machine word size. Or is it a compiler limit ?