mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 22:14:25 +02:00
+ add a TArray specialization for TValue as Lazarus does not yet handle inline specializations in parameter declarations gracefully
git-svn-id: trunk@37076 -
This commit is contained in:
parent
0b1b82bb2d
commit
fde056899d
@ -115,6 +115,8 @@ type
|
|||||||
property IsEmpty: boolean read GetIsEmpty;
|
property IsEmpty: boolean read GetIsEmpty;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
TValueArray = specialize TArray<TValue>;
|
||||||
|
|
||||||
{ TRttiContext }
|
{ TRttiContext }
|
||||||
|
|
||||||
TRttiContext = record
|
TRttiContext = record
|
||||||
|
Loading…
Reference in New Issue
Block a user