소스 검색

+ 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 년 전
부모
커밋
fde056899d
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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