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,154942e4f1d1b8e9 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!nx01.iad01.newshosting.com!newshosting.com!207.69.154.102.MISMATCH!elnk-atl-nf2!newsfeed.earthlink.net!stamper.news.atl.earthlink.net!newsread1.news.atl.earthlink.net.POSTED!14bb18d8!not-for-mail Sender: Matthew Heaney@MHEANEYIBMT43 Newsgroups: comp.lang.ada Subject: Re: Dynamically tagged expression required References: <2852224.m2vuDFxfOX@linux1.krischik.com> <4718553.l2jsoQ7pK7@linux1.krischik.com> From: Matthew Heaney Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 11 Dec 2005 00:46:08 GMT NNTP-Posting-Host: 24.149.57.125 X-Complaints-To: abuse@earthlink.net X-Trace: newsread1.news.atl.earthlink.net 1134261968 24.149.57.125 (Sat, 10 Dec 2005 16:46:08 PST) NNTP-Posting-Date: Sat, 10 Dec 2005 16:46:08 PST Organization: EarthLink Inc. -- http://www.EarthLink.net Xref: g2news1.google.com comp.lang.ada:6819 Date: 2005-12-11T00:46:08+00:00 List-Id: Martin Krischik writes: > And for the dispatching calls the compiler always uses a pointer. This is a bit misleading. It's better to say that tagged types are always passed by reference. > T'Class is also useful as then element type for container types which can > store indefinite elements. Yes. The standard container library does indeed include indefinite versions of all the containers.