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.7 required=5.0 tests=BAYES_00,INVALID_DATE, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,5850c59062ca527a X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1994-11-01 17:47:07 PST Path: nntp.gmd.de!xlink.net!rz.uni-karlsruhe.de!news.uni-ulm.de!news.belwue.de!news.dfn.de!swiss.ans.net!howland.reston.ans.net!math.ohio-state.edu!magnus.acs.ohio-state.edu!csn!boulder!news.coop.net!news.den.mmc.com!iplmail.orl.mmc.com!alcyone!rgilbert From: rgilbert@orl.mmc.com (Bob Gilbert) Newsgroups: comp.lang.ada Subject: Re: Type System.ADDRESS Date: 1 Nov 1994 13:04:11 GMT Organization: Martin Marietta Orlando Distribution: world Message-ID: <395ecb$bjq@theopolis.orl.mmc.com> References: Reply-To: rgilbert@orl.mmc.com NNTP-Posting-Host: alcyone.orl.mmc.com Date: 1994-11-01T13:04:11+00:00 List-Id: In article IEr@inmet.camb.inmet.com, stt@dsd.camb.inmet.com (Tucker Taft) writes: ->What do you mean by "static" when referring to System.Address? ->-Tucker Taft I wish I knew exactly what I mean by static, but from the vendor in question they state: Any assignments to type System.Address require a static expression. Apparently this limitation is what mucks up my generics. -Bob