mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 23:46:01 +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;
|
||||
end;
|
||||
|
||||
TValueArray = specialize TArray<TValue>;
|
||||
|
||||
{ TRttiContext }
|
||||
|
||||
TRttiContext = record
|
||||
|
Loading…
Reference in New Issue
Block a user