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,43f6bd9b498b66d0 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!newsfeed.stanford.edu!bloom-beacon.mit.edu!newsswitch.lcs.mit.edu!nntp.TheWorld.com!not-for-mail From: Robert A Duff Newsgroups: comp.lang.ada Subject: Re: default formal parameters in generic declarations Date: Sun, 02 Mar 2008 12:42:38 -0500 Organization: The World Public Access UNIX, Brookline, MA Message-ID: References: <9b3bac4d-5ae1-4a1b-a81e-9aa9ae1843e0@e31g2000hse.googlegroups.com> NNTP-Posting-Host: shell01.theworld.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: pcls6.std.com 1204479758 3897 192.74.137.71 (2 Mar 2008 17:42:38 GMT) X-Complaints-To: abuse@TheWorld.com NNTP-Posting-Date: Sun, 2 Mar 2008 17:42:38 +0000 (UTC) User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.3 (irix) Cancel-Lock: sha1:qaoEBAdgPjxNNz+3eeD9XTFiOsU= Xref: g2news1.google.com comp.lang.ada:20167 Date: 2008-03-02T12:42:38-05:00 List-Id: Eric Hughes writes: > I've spent some time reading ARM2005/12. Generic Units. Formal > objects and subprograms can have default values. Formal types and > packages cannot. Could someone point me to the discussion where this > inconsistency was decided to be a good thing? It is not a good thing. - Bob