> On Dec 3, 2018, at 9:10 PM, Martok <[email protected]> wrote:
>
> What happens when there are implicit conversion operators defined?
> I.e.:
>
> operator := (x: integer): string;
> // with and without this more specific overload:
> procedure DoThis(msg:integer);overload;
> generic procedure DoThis<T>(msg:T);overload;
>
> DoThis(42);
How is the assignment operator involved here? Maybe post full code.
Regards,
Ryan Joseph
_______________________________________________
fpc-pascal maillist - [email protected]
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal