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-Thread: 103376,92a027c293f03acb X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news2.google.com!news.glorb.com!news.mv.net!nntp.TheWorld.com!not-for-mail From: Robert A Duff Newsgroups: comp.lang.ada Subject: Re: Workqueues in Ada Date: Sat, 28 Jul 2007 16:48:17 -0400 Organization: The World Public Access UNIX, Brookline, MA Message-ID: References: NNTP-Posting-Host: shell01.theworld.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: pcls6.std.com 1185655698 9894 192.74.137.71 (28 Jul 2007 20:48:18 GMT) X-Complaints-To: abuse@TheWorld.com NNTP-Posting-Date: Sat, 28 Jul 2007 20:48:18 +0000 (UTC) User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.3 (irix) Cancel-Lock: sha1:uUgsiYkVU9ERm/k/pKAiur/Gu3Q= Xref: g2news2.google.com comp.lang.ada:1246 Date: 2007-07-28T16:48:17-04:00 List-Id: Wiktor Moskwa writes: > There is a little problem with using PragmAda components... > It seems to be incompatible with Ada 2005, that my program uses. > > GNAT GPL 2007 outputs: > ====== > (Ada 2005) cannot copy object of a limited type (RM-2005 6.5(5.5/2)) > consider switching to return of access type > ===== I would be very interested in seeing the code that causes this. - Bob