GNAT GPL - Anonymous Access Type
- From: "Anh Vo" <anhvofrcaus@xxxxxxxxx>
- Date: 27 Sep 2005 12:41:30 -0700
I got this error message "type declaration cannot refer to itself" when
compiling the record below.
type Node is
record
Value : Integer := 0;
Next : access Node;
end record;
I have the impression that this feature has not been implemented based
on this error. What do you guys think?
AV
.
- Follow-Ups:
- Re: GNAT GPL - Anonymous Access Type
- From: Jeffrey R. Carter
- Re: GNAT GPL - Anonymous Access Type
- Prev by Date: Re: Code completion in ada IDE's
- Next by Date: Re: Code completion in ada IDE's
- Previous by thread: String filtering
- Next by thread: Re: GNAT GPL - Anonymous Access Type
- Index(es):