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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,672b169dc220673a X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.204.149.210 with SMTP id u18mr1300115bkv.1.1337323966135; Thu, 17 May 2012 23:52:46 -0700 (PDT) Path: e27ni7720bkw.0!nntp.google.com!news1.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: Marius Amado-Alves Newsgroups: comp.lang.ada Subject: Re: Vector (container) initialization: the schizophrenic ampersand Date: Thu, 17 May 2012 23:34:31 -0700 (PDT) Organization: http://groups.google.com Message-ID: <2064e4a0-6267-41f6-9dc1-5244d0a807b8@googlegroups.com> References: <10616734.43.1337286031745.JavaMail.geo-discussion-forums@vbjy7> <70510fa1-e554-44a7-9364-e745674c1bda@googlegroups.com> NNTP-Posting-Host: 188.80.82.138 Mime-Version: 1.0 X-Trace: posting.google.com 1337323893 25756 127.0.0.1 (18 May 2012 06:51:33 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 18 May 2012 06:51:33 +0000 (UTC) In-Reply-To: <70510fa1-e554-44a7-9364-e745674c1bda@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=188.80.82.138; posting-account=3cDqWgoAAAAZXc8D3pDqwa77IryJ2nnY User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-05-17T23:34:31-07:00 List-Id: > If your element type is some sort of array, then there could be a conflict with the built-in array concatenation operator. (Adam) The element are indeed an array, but the compiler only mentions the vector "&" functions in the error messages... But you can still be right. I'll check. Thanks a lot.