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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,7f2ce8bda9cae4ab X-Google-Attributes: gid103376,public Path: controlnews3.google.com!news2.google.com!news.maxwell.syr.edu!newsfeed.icl.net!feed.news.tiscali.de!newsfeed.stueberl.de!newsr1.ipcore.viaginterkom.de!news-peer1!btnet-feed5!btnet!news.btopenworld.com!not-for-mail From: "Martin Dowie" Newsgroups: comp.lang.ada Subject: Re: "Must instantiate controlled types at library level." Why? Date: Mon, 17 May 2004 05:39:55 +0000 (UTC) Organization: BT Openworld Message-ID: References: <13392802.3gDeTK7ybb@linux1.krischik.com> <2780491.NPbR8AFya6@linux1.krischik.com> <11924003.IfRfnULeIG@linux1.krischik.com> <1676457.GMYvKY1ieA@linux1.krischik.com> <1616198.O4tUV8TdF7@linux1.krischik.com> <87lljuvd6j.fsf@insalien.org> <874qqgpjok.fsf@insalien.org> <3tVpc.34871$vz5.29965@nwrdny01.gnilink.net> NNTP-Posting-Host: host81-152-56-112.range81-152.btcentralplus.com X-Trace: hercules.btinternet.com 1084772395 4159 81.152.56.112 (17 May 2004 05:39:55 GMT) X-Complaints-To: news-complaints@lists.btinternet.com NNTP-Posting-Date: Mon, 17 May 2004 05:39:55 +0000 (UTC) X-Newsreader: Microsoft Outlook Express 6.00.2800.1409 X-MSMail-Priority: Normal X-Priority: 3 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Xref: controlnews3.google.com comp.lang.ada:621 Date: 2004-05-17T05:39:55+00:00 List-Id: "Hyman Rosen" wrote in message news:3tVpc.34871$vz5.29965@nwrdny01.gnilink.net... > But OK. You state that "The std::vector template class is not > a first-class citizen". I haven't a clue as to what that might > mean. All a std::vector really is in implementation is a record > conatining a length and a couple of pointers. You can pass it > and return it by value. It's as "first-class" as anything else > in the language. I think by that, Ludovic meant that std::vector is a library as opposed to something built into the language (e.g. int's, float's, pointers, etc).. -- Martin