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=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!gandalf.srv.welterde.de!news.jacob-sparre.dk!franka.jacob-sparre.dk!pnx.dk!.POSTED.rrsoftware.com!not-for-mail From: "Randy Brukardt" Newsgroups: comp.lang.ada Subject: Re: Overriding Default_Component_Value in derived array type Date: Tue, 28 Apr 2020 00:43:59 -0500 Organization: JSA Research & Innovation Message-ID: References: Injection-Date: Tue, 28 Apr 2020 05:43:59 -0000 (UTC) Injection-Info: franka.jacob-sparre.dk; posting-host="rrsoftware.com:24.196.82.226"; logging-data="29195"; mail-complaints-to="news@jacob-sparre.dk" X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.5931 X-RFC2646: Format=Flowed; Response X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.7246 Xref: reader01.eternal-september.org comp.lang.ada:58516 Date: 2020-04-28T00:43:59-05:00 List-Id: "Niklas Holsti" wrote in message news:hgh2svFi1oqU1@mid.individual.net... ... >> But be careful that you're not using an inherited routine (that would >> of course use the value for it's own type). > Would that happen (inherited routine using the value for its own type) > even if you repeal 13.1(10)? Yes, of course. We're not going to start requiring dispatching for untagged types. Anything else would be a nasty distributed overhead. Randy.