[fpc-devel] When will the next version of FPC be released?
    Ryan Joseph 
    ryan at thealchemistguild.com
       
    Sun Jun  2 22:48:54 CEST 2019
    
    
  
> On Jun 2, 2019, at 4:36 PM, Sven Barth via fpc-devel <fpc-devel at lists.freepascal.org> wrote:
> 
> Am 02.06.2019 um 16:39 schrieb Ryan Joseph:
>> I just tried to declare these 2 procedures in 3.3.1 and got an error. You can declare them in the reverse order with no problem. A bug?
>> 
>> generic procedure DoThis<T>(msg: T);
>> begin
>> end;
>> 
>> procedure DoThis(msg: TObject);	// Overloaded identifier "DoThis" isn't a function
>> begin
>> end;
> Yes, please report.
https://bugs.freepascal.org/view.php?id=35670
Regards,
	Ryan Joseph
    
    
More information about the fpc-devel
mailing list