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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,81633e7277ffacee X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!newshub.sdsu.edu!news.newsland.it!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!newsfeed.arcor.de!newsspool1.arcor-online.net!news.arcor.de.POSTED!not-for-mail From: "Dmitry A. Kazakov" Subject: Re: Ada containers and custom allocators Newsgroups: comp.lang.ada User-Agent: 40tude_Dialog/2.0.15.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Reply-To: mailbox@dmitry-kazakov.de Organization: cbb software GmbH References: <472f2c87-1238-42a5-8b94-92e9b70981da@f47g2000hsd.googlegroups.com> Date: Wed, 9 Jan 2008 09:56:57 +0100 Message-ID: <1rny29vw3pipd$.oppchvpo4gnf$.dlg@40tude.net> NNTP-Posting-Date: 09 Jan 2008 09:57:00 CET NNTP-Posting-Host: f11c8c69.newsspool2.arcor-online.net X-Trace: DXC=dKV@13P6UR>QbA1[CgMQ00A9EHlD;3Yc24Fo<]lROoR1nkgeX?EC@@0k^UVFAE\iD;[6LHn;2LCV>[ On Tue, 8 Jan 2008 17:54:44 -0600, Randy Brukardt wrote: > But it isn't valuable enough to force every user > of a container to define a storage pool (since there is no name for a > standard storage pool). That always wondered me, why there is no name for. Especially because the default storage pool can be obtained anyway: type Some_Ptr is access Integer; -- Goes to the default storage pool package Foo is new Boo (Some_Ptr'Storage_Pool); -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de