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,6de5be91df1d0de2 X-Google-Attributes: gid103376,public From: Matthew Heaney Subject: Re: i need help w/problem Date: 1999/02/23 Message-ID: #1/1 X-Deja-AN: 447450814 Sender: matt@mheaney.ni.net References: <7aqjie$npj@netaxs.com> <36D0FD58.6474E351@rocketmail.com> <7atsia$cob$1@cf01.edf.fr> NNTP-Posting-Date: Tue, 23 Feb 1999 03:58:17 PDT Newsgroups: comp.lang.ada Date: 1999-02-23T00:00:00+00:00 List-Id: "Pascal Obry" writes: > (37) > The nongeneric equivalent packages may, but need not, be actual > instantiations of the generic package for the appropriate predefined type. > ----------------------------------------------------------- > > The point (37) say that it may be actual instantiations of the generic > package. So your point is > fine for full compatibility with all Ada compiler but you can't say that > Float_Text_IO is not an > instantiation of Ada.Text_IO.Float_IO. In fact I'am pretty sure that most > compilers will do that. I stand corrected. Thanks for pointing that out to me. Matt