[fpc-devel] new features and facilities
Dmitry Boyarintsev
skalogryz.lists at gmail.com
Mon Oct 12 22:16:50 CEST 2015
On Mon, Oct 12, 2015 at 4:01 PM, Marco van de Voort <marcov at stack.nl> wrote:
> (ifthen clashes name with the delphi functions of the same name in a much
> used unit as math, the name should be different but the intrinsic principle
> IMHO is best)
>
But they're inline functions. Thus when inline-d into the code, they're
acting as intrinsic.
Also, even if they're not inlined, the existing code would break, because
use of "Math" comes after use of "system". Thus Math's IfThen() would be
used instead of system intrinsic.
The same applies for any other user's variants of IfThen that could have
been written.
thanks,
Dmitry
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-devel/attachments/20151012/204bac8e/attachment.html>
More information about the fpc-devel
mailing list