Browse Source

+ add a TArray specialization for TValue as Lazarus does not yet handle inline specializations in parameter declarations gracefully

git-svn-id: trunk@37076 -
svenbarth 8 years ago
parent
commit
fde056899d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      packages/rtl-objpas/src/inc/rtti.pp

+ 2 - 0
packages/rtl-objpas/src/inc/rtti.pp

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