Explorar el Código

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

git-svn-id: trunk@37076 -
svenbarth hace 8 años
padre
commit
fde056899d
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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