comp.lang.ada
 help / color / mirror / Atom feed
From: "Dominic D'Apice" <dapiced@sympatico.ca>
Subject: Boolean Operation on pointer (access)
Date: Sat, 26 Oct 2002 19:15:08 -0400
Date: 2002-10-26T19:15:08-04:00	[thread overview]
Message-ID: <mailman.1035674102.6610.comp.lang.ada@ada.eu.org> (raw)

Hi,


When i try to do this :

x := ppp (x,z); --where x is a access type and ppp return a access 

if (x /= null) then  --the line where the compiler stop

    zzz (x,z);
else   
    aaa (q,r);
end if;


I got this error :

gerer_location.ada: Error: line 136 col 23 LRM:8.4(1), 
Binary operator "/=" not directly visible, use clause or conversion
might be needed 


The operation "/=" should be permit on pointer, then why i got this
error ?

Thanks
Dominic




             reply	other threads:[~2002-10-26 23:15 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-26 23:15 Dominic D'Apice [this message]
2002-10-27  1:07 ` Boolean Operation on pointer (access) Robert A Duff
2002-10-27  1:26   ` Dominic D'Apice
2002-10-27  2:02     ` Robert A Duff
2002-10-27  2:17     ` Jeffrey Carter
replies disabled

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