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=-0.5 required=5.0 tests=BAYES_00,INVALID_MSGID, PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,f47e0c6e2e5fd00d X-Google-Attributes: gid103376,public From: "Pascal Obry" Subject: Re: Function name problem Date: 2000/01/15 Message-ID: <85q1nv$cig$1@wanadoo.fr>#1/1 X-Deja-AN: 572979560 References: X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3612.1700 X-Complaints-To: abuse@wanadoo.fr X-Trace: wanadoo.fr 947948095 12880 193.250.167.242 (15 Jan 2000 14:54:55 GMT) Organization: home NNTP-Posting-Date: 15 Jan 2000 14:54:55 GMT Newsgroups: comp.lang.ada Date: 2000-01-15T14:54:55+00:00 List-Id: Harald Schmidt a �crit dans le message ... >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; In fact this is not right. "==" is not an Ada operator. In Ada you can only give your own implementation for standard Ada operator. Pascal. --|------------------------------------------------------ --| Pascal Obry Team-Ada Member --| 45, rue Gabriel Peri - 78114 Magny Les Hameaux FRANCE --|------------------------------------------------------ --| http://ourworld.compuserve.com/homepages/pascal_obry --| --| "The best way to travel is by means of imagination"