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,c35edbbda4c7f58f X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!news.glorb.com!dedekind.zen.co.uk!zen.net.uk!demorgan.zen.co.uk!194.72.9.35.MISMATCH!news-peer1!btnet-feed5!btnet!news.btopenworld.com!not-for-mail From: "Martin Dowie" Newsgroups: comp.lang.ada Subject: Re: Conditional compilation in Ada? Date: Thu, 18 Nov 2004 19:12:59 +0000 (UTC) Organization: BT Openworld Message-ID: References: NNTP-Posting-Host: host81-152-56-142.range81-152.btcentralplus.com X-Trace: hercules.btinternet.com 1100805179 29659 81.152.56.142 (18 Nov 2004 19:12:59 GMT) X-Complaints-To: news-complaints@lists.btinternet.com NNTP-Posting-Date: Thu, 18 Nov 2004 19:12:59 +0000 (UTC) X-RFC2646: Format=Flowed; Original X-Newsreader: Microsoft Outlook Express 6.00.2900.2180 X-MSMail-Priority: Normal X-Priority: 3 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Xref: g2news1.google.com comp.lang.ada:6279 Date: 2004-11-18T19:12:59+00:00 List-Id: "Georg Bauhaus" wrote in message news:cniedp$46g$1@a1-hrz.uni-duisburg.de... > Martin Dowie wrote: > > : I've seen compilers that do this for the variant record method (most > seem to > : in my experience) - is this true for the OO method? > > Do you mean, the OO method with dispatching calls? I mean the OO method as descibed in this thread - i.e. do compilers _really_ understand when there will only be one derivation and not two or more. -- Martin