Sfoglia il codice sorgente

+ 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 anni fa
parent
commit
fde056899d
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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