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,30fad28eb8886cca X-Google-Attributes: gid103376,public From: "Theodore E. Dennison" Subject: Re: parameterless generics? Date: 1996/07/12 Message-ID: <31E64803.41C67EA6@escmail.orl.mmc.com>#1/1 X-Deja-AN: 167987669 references: <4s48k9$3be$1@mhafn.production.compuserve.com> content-type: text/plain; charset=us-ascii organization: Lockheed Martin Information Systems mime-version: 1.0 newsgroups: comp.lang.ada x-mailer: Mozilla 2.0 (X11; I; SunOS 4.1.3_U1 sun4m) Date: 1996-07-12T00:00:00+00:00 List-Id: Brian Gilbert wrote: > > Does anybody have a reason to use a generic (package or > subprogram) without a parameter? The language (Ada 83 at least) > seems to allow it, but everytime the generic is instantiated it > would produce an identical copy. Comments? Well, you could do interesting things with a task declared in such a generic... It would also be good implementing "objects" using generic packages. eg: A program with several different random number generators, all using their own seeds. There are possibilities. -- T.E.D. | Work - mailto:dennison@escmail.orl.mmc.com | | Home - mailto:dennison@iag.net | | URL - http://www.iag.net/~dennison |