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,66fae8c862b81b17 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.224.207.66 with SMTP id fx2mr683734qab.7.1351854612227; Fri, 02 Nov 2012 04:10:12 -0700 (PDT) Received: by 10.52.71.82 with SMTP id s18mr238699vdu.9.1351854612164; Fri, 02 Nov 2012 04:10:12 -0700 (PDT) Path: gf5ni14056677qab.0!nntp.google.com!c7no3017504qap.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 2 Nov 2012 04:10:12 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=136.163.203.8; posting-account=aiuSlwoAAACcvDOSM1L1d4z6ZB1B_NY2 NNTP-Posting-Host: 136.163.203.8 References: <1aWdnbcg_8-BzAzNnZ2dnUVZ_j6dnZ2d@giganews.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <559eb706-9bb1-496d-9034-1984d693531a@googlegroups.com> Subject: Re: Copy vector in Ada From: katarina.l.olsson@gmail.com Injection-Date: Fri, 02 Nov 2012 11:10:12 +0000 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-11-02T04:10:12-07:00 List-Id: What wrong with assignment (":=")? Well it's the method I currently use, just thinking whether or not there may be additional problems with references. I think the Vector record implementation in itself is a reference type, but maybe it will never cause any problems due to the implementation of the Adjust procedure?