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,2caa964596702891 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news4.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!nx02.iad01.newshosting.com!newshosting.com!newsfeeds.sol.net!posts.news.twtelecom.net!nnrp2.twtelecom.net!not-for-mail Date: Wed, 09 Aug 2006 12:16:32 -0400 From: Matthew Heaney Organization: On2 Technologies, Inc User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Ada.Containers and Storage_Pools References: <1155125040.715167.132300@m73g2000cwd.googlegroups.com> <20060809150954.I84175@docenti.ing.unipi.it> In-Reply-To: <20060809150954.I84175@docenti.ing.unipi.it> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: <44da0a60$0$1006$39cecf19@news.twtelecom.net> NNTP-Posting-Date: 09 Aug 2006 16:16:32 GMT NNTP-Posting-Host: 64f9f055.news.twtelecom.net X-Trace: DXC=SRF:hUPaL79BdhbaOf?SM9C_A=>8kQj6=Y;@_o827nG3fN1< Colin Paul Gloster wrote: > On Wed, 9 Aug 2006 Marcin Simonides posted: > > Perhaps I have failed to notice something obvious and important but could > you use Storage_Size? No, because that attribute applies to a storage pool, and storage pools are associated with access types in Ada. In the container library, the access types and storage pools are an implementation-specific detail. -Matt