mm schrieb:
> Jonas Maebe a écrit :
> 
>> Counting on implementation details of opaque entities (such as set
>> formats, anything regarding reference counted types such as when
>> references are added or removed and when how many references will
>> exist, rtti format, code generation details such as evaluation order
>> of parameters [...]
> 
> What do you mean with "evaluation order of parameters"?

When doing

f(f1(1),f2(2));

there are no assumptions possible if the compiler calls first f1 or f2.
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to