+ 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:
svenbarth 2017-08-27 15:29:57 +00:00
parent 0b1b82bb2d
commit fde056899d

View File

@ -115,6 +115,8 @@ type
property IsEmpty: boolean read GetIsEmpty;
end;
TValueArray = specialize TArray<TValue>;
{ TRttiContext }
TRttiContext = record