> On Dec 3, 2018, at 9:10 PM, Martok <list...@martoks-place.de> 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  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to