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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,8ca14c11fd6d2e56 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!g49g2000cwa.googlegroups.com!not-for-mail From: nblanpain@hotmail.com Newsgroups: comp.lang.ada Subject: Re: generic parameter Copy for primitifs types. Date: 23 Jun 2005 12:41:44 -0700 Organization: http://groups.google.com Message-ID: <1119555704.527944.224770@g49g2000cwa.googlegroups.com> References: <1119544911.159343.288010@g43g2000cwa.googlegroups.com> <837ivwsz8r2d$.j16zz1529zb9$.dlg@40tude.net> NNTP-Posting-Host: 84.4.55.126 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1119555710 1903 127.0.0.1 (23 Jun 2005 19:41:50 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 23 Jun 2005 19:41:50 +0000 (UTC) In-Reply-To: <837ivwsz8r2d$.j16zz1529zb9$.dlg@40tude.net> User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: g49g2000cwa.googlegroups.com; posting-host=84.4.55.126; posting-account=_RMqsA0AAAC-PdbSlgs9JBFgDjKtbmJX Xref: g2news1.google.com comp.lang.ada:11602 Date: 2005-06-23T12:41:44-07:00 List-Id: But I want to use Copy for other types other than primitifs (integer, float, boolean...). The best solution is to set ":=" by default but it is not possible...