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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,28ba56f6631ee6c9 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!news2.google.com!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!newsfeed.arcor.de!news.arcor.de!not-for-mail Date: Thu, 07 Apr 2005 18:33:32 +0200 From: Georg Bauhaus Organization: future apps GmbH User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20050105 Debian/1.7.5-1 X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Question on operator overloading References: <9bna519q4shdp4vrjlap1pbeps4u8565m8@4ax.com> In-Reply-To: <9bna519q4shdp4vrjlap1pbeps4u8565m8@4ax.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Message-ID: <42555fc1$0$27196$9b4e6d93@newsread4.arcor-online.net> NNTP-Posting-Date: 07 Apr 2005 18:28:49 MEST NNTP-Posting-Host: 2306d807.newsread4.arcor-online.net X-Trace: DXC=]0@BZjGO=ZDfS]5RcNSd9M:ejgIfPPldDjW\KbG]kaMHFYk:AnJB[CM7:FaPZ[N\eCUUng9_FXZ=C>:=P9Ihe`BH@Z?dZ]MOidE X-Complaints-To: abuse@arcor.de Xref: g2news1.google.com comp.lang.ada:10317 Date: 2005-04-07T18:28:49+02:00 List-Id: James Alan Farrell wrote: > function "+" (Left : MyInt; Right : in out MyInt) return MyInt "+" is a function, and functions are not allowed to make assignments to their arguments directly. Georg