comp.lang.ada
 help / color / mirror / Atom feed
From: "Marc A. Criley" <mcNOSPAM@mckae.com>
Subject: Re: generic parameter Copy for primitifs types.
Date: Thu, 23 Jun 2005 14:52:08 -0500
Date: 2005-06-23T14:52:08-05:00	[thread overview]
Message-ID: <63e22$42bb12e8$4995263$31431@ALLTEL.NET> (raw)
In-Reply-To: <1119555579.378158.196660@f14g2000cwb.googlegroups.com>

nblanpain@hotmail.com wrote:
> I can't use controlled types (aeronautic software).
> Is there an other solution?

Um...don't fight it, and just write Copy procedures for each type with 
which the generic is going to be instantiated?

procedure Copy(Left : in out Integer; Right : in Integer) is
begin
    Left := Right;
end Copy;




  reply	other threads:[~2005-06-23 19:52 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-06-23 16:41 generic parameter Copy for primitifs types nblanpain
2005-06-23 17:47 ` Marc A. Criley
2005-06-23 17:54 ` Dmitry A. Kazakov
2005-06-23 19:41   ` nblanpain
2005-06-23 23:44     ` Marius Amado Alves
2005-06-28 10:30       ` Matthew Heaney
2005-06-28 11:21         ` Marius Amado Alves
2005-06-24  7:28     ` Dmitry A. Kazakov
2005-06-24 11:45       ` Marius Amado Alves
2005-06-24 14:53         ` Dmitry A. Kazakov
2005-06-24 15:11           ` Marius Amado Alves
2005-06-25 15:05           ` Martin Krischik
2005-06-23 18:30 ` Björn Persson
2005-06-23 19:39   ` nblanpain
2005-06-23 19:52     ` Marc A. Criley [this message]
2005-06-24  3:10 ` Jeffrey Carter
2005-06-27  4:28 ` Christoph Grein
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox