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,af59fce29fedcd28,start X-Google-Attributes: gid103376,public From: "John" Subject: overloading "=" (equal sign) Date: 1999/06/07 Message-ID: <7jhq7l$66c$1@bgtnsc03.worldnet.att.net>#1/1 X-Deja-AN: 486881494 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 X-Complaints-To: abuse@worldnet.att.net X-Trace: bgtnsc03.worldnet.att.net 928803893 6348 12.77.129.124 (8 Jun 1999 01:04:53 GMT) Organization: AT&T WorldNet Services NNTP-Posting-Date: 8 Jun 1999 01:04:53 GMT Newsgroups: comp.lang.ada Date: 1999-06-08T01:04:53+00:00 List-Id: It looks like the "=" sign when overloaded, it asks for limited type parameters only. I guess by default. So, I declare: type 'variable' is limited private; then, private type 'variable' is new u32.un_integer; Is there any way to pass non-limited parameters to my function ? Or, is there any way to get rid of the private stuff ? Thanx, john