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=0.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,d768e222992aaaab X-Google-Attributes: gid103376,public From: Tom Moran Subject: Re: Dispatching In Generics Date: 1997/06/07 Message-ID: <3399A613.2226@bix.com>#1/1 X-Deja-AN: 246844429 References: <3396EB36.3D14@boeing.com> Organization: InterNex Information Services 1-800-595-3333 Reply-To: tmoran@bix.com Newsgroups: comp.lang.ada Date: 1997-06-07T00:00:00+00:00 List-Id: Well, you clearly cannot have an "object_of_type_T" in your code as written > op (object_of_type_T); since T (and its intantiation as A.X) are abstract.