[fpc-pascal] The world is ending
Graeme Geldenhuys
mailinglists at geldenhuys.co.uk
Tue May 10 00:00:54 CEST 2016
On 2016-05-09 22:48, Sven Barth wrote:
>> > Very good to know. Is that in FPC 3.0.x too, or only FPC Trunk?
> It's also in 3.0.0. In fact it's one of the two modeswitches that has mode
Excellent. That should also fix another issue with FPC 3.x in tiOPF's
D2009+ branch.
function SomeName(const AParam: AnsiString); overload;
function SomeName(const AParam: String); overload
Earlier the compiler couldn't differentiate between the two overloads.
Now it can.
Regards,
Graeme
More information about the fpc-pascal
mailing list