On Wed, May 2, 2012 at 4:34 PM, Sven Barth wrote:
> Your code triggers a different bug in the compiler than the mentioned report
> though the presented error is the same. Please open a new bug report with a
> example that should compile.
Done, #0021921.
___
Am 02.05.2012 12:44 schrieb "kyan" :
>
> Hello all,
>
> I am trying to compile a program that contains the following code
consturct:
>
> type
> THashEntry = record
>Key: string;
>Value: T;
>class function Create(const AKey: string; const AValue: T):
> THashEntry; static; inline;
> end
Hello all,
I am trying to compile a program that contains the following code consturct:
type
THashEntry = record
Key: string;
Value: T;
class function Create(const AKey: string; const AValue: T):
THashEntry; static; inline;
end;
in Lazarus with FPC version 2.7.1 built from the tr