Pārlūkot izejas kodu

+ Merged revision 315

git-svn-id: branches/fixes_2_0@316 -
michael 20 gadi atpakaļ
vecāks
revīzija
8c06201915
2 mainītis faili ar 0 papildinājumiem un 4 dzēšanām
  1. 0 2
      rtl/inc/variant.inc
  2. 0 2
      rtl/inc/varianth.inc

+ 0 - 2
rtl/inc/variant.inc

@@ -476,12 +476,10 @@ begin
 end;
 
 
-{$ifdef HASOVERLOADASSIGNBYUNIQUERESULT}
 operator :=(const source : variant) dest : tdatetime;
 begin
   dest:=variantmanager.vartotdatetime(source);
 end;
-{$endif HASOVERLOADASSIGNBYUNIQUERESULT}
 
 {**********************************************************************
                                Operators

+ 0 - 2
rtl/inc/varianth.inc

@@ -292,9 +292,7 @@ operator :=(const source : variant) dest : comp;
 
 { Misc. }
 operator :=(const source : variant) dest : currency;
-{$ifdef HASOVERLOADASSIGNBYUNIQUERESULT}
 operator :=(const source : variant) dest : tdatetime;
-{$endif HASOVERLOADASSIGNBYUNIQUERESULT}
 
 {**********************************************************************
                          Operators