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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,3ebfb7ec7bfb06fa X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit X-Received: by 10.224.206.195 with SMTP id fv3mr8892137qab.1.1359851253089; Sat, 02 Feb 2013 16:27:33 -0800 (PST) X-Received: by 10.49.87.9 with SMTP id t9mr1528378qez.16.1359851252979; Sat, 02 Feb 2013 16:27:32 -0800 (PST) Path: k2ni4456qap.0!nntp.google.com!p13no8191922qai.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 2 Feb 2013 16:27:32 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=206.53.78.59; posting-account=ShYTIAoAAABytvcS76ZrG9GdaV-nXYKy NNTP-Posting-Host: 206.53.78.59 References: <5262a822-409a-4c79-a842-0e716527cb70@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <4b47f227-4f52-49b3-b9bf-53a6d4f60263@googlegroups.com> Subject: Re: Passing indefinite types From: sbelmont700@gmail.com Injection-Date: Sun, 03 Feb 2013 00:27:32 +0000 Content-Type: text/plain; charset=ISO-8859-1 Date: 2013-02-02T16:27:32-08:00 List-Id: On Saturday, February 2, 2013 4:31:06 PM UTC-5, Jeffrey Carter wrote: > > How about an indefinite container? > I had considered it, but that only works for non-limited types, and, ultimately, uses the heap. -sb