From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,29b1b6650a74a211 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-11-11 07:45:04 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: dennison@telepath.com (Ted Dennison) Newsgroups: comp.lang.ada Subject: Re: Problem with Booch iterators Date: 11 Nov 2002 07:45:04 -0800 Organization: http://groups.google.com/ Message-ID: <4519e058.0211110745.55037bb@posting.google.com> References: <3dcd00f3$0$307$bed64819@news.gradwell.net> NNTP-Posting-Host: 65.115.221.98 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1037029504 31925 127.0.0.1 (11 Nov 2002 15:45:04 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 11 Nov 2002 15:45:04 GMT Xref: archiver1.google.com comp.lang.ada:30731 Date: 2002-11-11T15:45:04+00:00 List-Id: porton@ex-code.com (Victor Porton) wrote in message news:<3dcd00f3$0$307$bed64819@news.gradwell.net>... > Declaring a record component of type Iterator'Class, > I get error "unconstrained subtype in component declaration". I'm missing something. Booch aside, is there are situation where you could *ever* do that? If you want a field that can contain an object of any type within a class, you have to use a pointer, don't you?