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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,e5bfd51af02edca2 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!news.glorb.com!dotsrc.org!news.dotsrc.org!not-for-mail Date: Sun, 30 Oct 2005 16:16:14 +0200 Subject: Re: Re-exporting primitive operations of a private type (like "-", and 'min) Newsgroups: comp.lang.ada References: From: "Martin Krischik" Content-Type: text/plain; format=flowed; delsp=yes; charset=utf-8 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: User-Agent: Opera M2/8.50 (Win32, build 7700) Organization: SunSITE.dk - Supporting Open source NNTP-Posting-Host: 213.154.204.251 X-Trace: news.sunsite.dk DXC=g=4ZBbnFi>[0[?SRcYIYmQYSB=nbEKnk[IhHbSVg>D9ZS5daR30PdPUV:_8RJBabH];O^i0GOe`^SQ0@8]fPl=F^YTF=Xg\D>[Vd< Am 30.10.2005, 11:18 Uhr, schrieb Jeffrey R. Carter : > That's why you have to convert to a suitable numeric type, invoke the > equivalent operation for that type, and then convert back to the private > type. Would 'Base not be a suitable type? Martin