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.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,b1ebfe7f8f5e385d X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-05-01 03:22:09 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed00.sul.t-online.de!newsmm00.sul.t-online.com!t-online.de!news.t-online.com!not-for-mail From: Martin Krischik Newsgroups: comp.lang.ada Subject: Re: Generic formal access types Date: Thu, 01 May 2003 11:58:41 +0200 Organization: AdaCL Message-ID: <1459423.SpdnhGgvRt@linux1.krischik.com> References: <3eb01630@epflnews.epfl.ch> <3eb0e397@epflnews.epfl.ch> Reply-To: martin@krischik.com Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8Bit X-Trace: news.t-online.com 1051784463 03 27265 boM5ESqGSrAUDB 030501 10:21:03 X-Complaints-To: abuse@t-online.com X-ID: EGB6PQZpQe1qF7izfQlWo7XPO-UlQH0jfpwQWB1nuus7nVCi42xoYu User-Agent: KNode/0.7.2 Xref: archiver1.google.com comp.lang.ada:36799 Date: 2003-05-01T11:58:41+02:00 List-Id: Rodrigo Garc�a wrote: should generic type Access_Type is private; Null_Value : Access_Type := nul; not work as well? Regards Martin > That seems a nice workaround, although I still have to pass two > parameters during instantiation. I will give it a try! > > Thanks, > > Rodrigo > > Chad R. Meiners wrote: > > How about > > generic > type Access_Type is private; > Null_Value : Access_Type; > > -CRM -- mailto://krischik@users.sourceforge.net http://www.ada.krischik.com