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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a5d76152c5cb8790 X-Google-Attributes: gid103376,public From: Francois Godme Subject: Re: class-wide objects Date: 1998/12/07 Message-ID: <366C4BDD.739A5573@magic.fr>#1/1 X-Deja-AN: 419799609 Content-Transfer-Encoding: 7bit References: <366B1190.C8142307@magic.fr> X-Client: Magic On Line [unknown@ppp10-112.magic.fr] Content-Type: text/plain; charset=us-ascii Organization: very little Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1998-12-07T00:00:00+00:00 List-Id: Tucker Taft wrote: > > Just providing the tag is not enough, because the type might > have discriminants as well, which must be specified at the > point of declaration. One could imagine some new attribute > like "'Subtype" and then write: > > Local : Point'Class(S'Subtype); > > How hard will it be to implement such attribute ? Are the required elements not already all in place but not connected together? May be all compilers are just a step away of providing this attribute.