I'm using Ada.Containers.Indefinite_Vectors to implement vectors, but whenever I do something like:
size := myVector'Length;
I get this error:
prefix for "Length" attribute may not be private type
How can I access this attribute?
|
I'm using Ada.Containers.Indefinite_Vectors to implement vectors, but whenever I do something like:
I get this error:
How can I access this attribute? |
|||
|
|
|
So, in your code:
The Attribute |
|||
|