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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,6b214eb2d3ab06a8,start X-Google-Attributes: gid103376,public From: Henri Altarac Subject: Re: Problems with Unchecked programming Date: 1996/10/19 Message-ID: <549a1g$30t@news.rain.org>#1/1 X-Deja-AN: 190423011 references: content-type: text/plain; charset=us-ascii organization: RAIN Public Access Internet (805) 967-RAIN mime-version: 1.0 newsgroups: comp.lang.ada x-mailer: Mozilla 1.2N (Windows; I; 16bit) Date: 1996-10-19T00:00:00+00:00 List-Id: Do you have with clauses ? with Unchecked_Conversion; with Unchecked_Deallocation; Vasilios Tourloupis wrote: >Dear Ada users, > >I am having difficulties implementing Unchecked_Conversion and >Unchecked_Deallocation. I am following the Ada 95 book to the >letter, and still I am receiving compile errors that both >Unchecked_Conversion and Unchecked_Deallocation is not visible! >Any suggestions to what I am doing wrong, would be greatly >appreciated! > >Regards, > >Bill Tourloupis >+-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-+ >| Vasilios E. Tourloupis | vasilios@insect.sd.monash.edu.au | >| Dept. of Software Development | vasilios@hestia.sd.monash.edu.au | >| Monash University, | /\ | >| Caulfield East, Vic., 3145 |___________/\ / \_______________| >| Australia | \/ | >+-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-+ >| Disclaimer: There are some that call me Bill! But I don't know why? | >+-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-+ >