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,MSGID_RANDY,XPRIO autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,418229d2389bacc6,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-06-13 13:29:35 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!sunqbc.risq.qc.ca!wesley.videotron.net!news.cae.ca!not-for-mail From: "Phil Foran" Newsgroups: comp.lang.ada Subject: Overloading and / or / = / etc etc Date: Wed, 13 Jun 2001 16:14:28 -0400 Organization: CAE Electronics, Montreal Message-ID: <9g8hj6$o3t$1@dns3.cae.ca> NNTP-Posting-Host: p2573.cae.ca X-Trace: dns3.cae.ca 992463270 24701 142.39.90.37 (13 Jun 2001 20:14:30 GMT) X-Complaints-To: usenet@news.cae.ca NNTP-Posting-Date: 13 Jun 2001 20:14:30 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Xref: archiver1.google.com comp.lang.ada:8689 Date: 2001-06-13T20:14:30+00:00 List-Id: Hi all, In the package im currently working on, ive got two lines which both use a standard operator (one is an 'or' the other is a '=') but they are using overloaded versions from two other packages. The problem is that the two other packages which contain the overloaded 'or' and '=' each contain a different overloaded '=' and 'or' causing problems and ambiguity when compiling. Im wondering if there is a way to do PACKAGEX.= or PACKAGEY.or, when i try these i just get syntax errors, but im sure there must be a way to do it. If anyone knows the syntax for what i need, please let me know Thanx in advance! Phil