comp.lang.ada
 help / color / mirror / Atom feed
* Function name problem
@ 2000-01-15  0:00 Harald Schmidt
  2000-01-15  0:00 ` Pascal Obry
                   ` (2 more replies)
  0 siblings, 3 replies; 19+ messages in thread
From: Harald Schmidt @ 2000-01-15  0:00 UTC (permalink / raw)


Hi,

I want to declare two function, but the 2nd is not
allowed by GNAT3.12. Could someone tell me why?
Here are the two declarations:

package bla is
    type Object is tagged limited private;
    function "=" (Left, Right: in Object�Class) return Boolean;
    function "==" (Left, Right: in Object�Class) return Boolean;
private
    type Object is tagged limited null record;
end bla;

Thanks for any info,

    Harald





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

end of thread, other threads:[~2000-01-26  0:00 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-01-15  0:00 Function name problem Harald Schmidt
2000-01-15  0:00 ` Pascal Obry
2000-01-15  0:00 ` Jeff Carter
2000-01-16  0:00   ` Harald Schmidt
2000-01-16  0:00     ` Matthew Heaney
2000-01-16  0:00       ` Harald Schmidt
2000-01-16  0:00         ` Gautier
2000-01-17  0:00         ` Matthew Heaney
2000-01-26  0:00       ` Florian Weimer
2000-01-16  0:00     ` David Starner
2000-01-16  0:00       ` David C. Hoos, Sr.
2000-01-16  0:00         ` David Starner
2000-01-18  0:00         ` Howard W. LUDWIG
2000-01-16  0:00       ` David A. Cobb
2000-01-16  0:00         ` David Starner
2000-01-17  0:00           ` David A. Cobb
2000-01-17  0:00             ` David Starner
2000-01-17  0:00               ` Jeff Carter
2000-01-15  0:00 ` Matthew Heaney

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