comp.lang.ada
 help / color / mirror / Atom feed
* Boolean Operation on pointer (access)
@ 2002-10-26 23:15 Dominic D'Apice
  2002-10-27  1:07 ` Robert A Duff
  0 siblings, 1 reply; 5+ messages in thread
From: Dominic D'Apice @ 2002-10-26 23:15 UTC (permalink / 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




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2002-10-27  2:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-26 23:15 Boolean Operation on pointer (access) Dominic D'Apice
2002-10-27  1:07 ` 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

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