From: Marcos Douglas <m...@delfire.net>
Subject: Re: [fpc-pascal] Overloading the increment operator (+=)
To: FPC-Pascal users discussions <fpc-pascal@lists.freepascal.org>
Message-ID:
<CA+ixmeZZ9r2EiUzqJ-F2=htugyunkywhy_729jfyuofqyii...@mail.gmail.com>
Content-Type: text/plain; charset=UTF-8
2011/9/10 Flávio Etrusco <flavio.etru...@gmail.com>
Hello,
If write a declaration without result it complains about invalid
syntax; if I add a result it says "impossible operator overload".
Does FPC allow overloading the += operator? If not, why?
You do not need overload the += operator, just do it in := operator.
Marcos Douglas
I don't think the question was whether it was necessary, but whether it
was possible. When you use += a lot for scalars, it is a bit annoying
when I can't do the same for vectors.
/Ingemar
_______________________________________________
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal