mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 20:59:42 +02:00
+ Removed HASOVERLOADASSIGNBYUNIQUERESULT define
git-svn-id: trunk@315 -
This commit is contained in:
parent
198b2104be
commit
b29507407e
@ -476,12 +476,10 @@ begin
|
||||
end;
|
||||
|
||||
|
||||
{$ifdef HASOVERLOADASSIGNBYUNIQUERESULT}
|
||||
operator :=(const source : variant) dest : tdatetime;
|
||||
begin
|
||||
dest:=variantmanager.vartotdatetime(source);
|
||||
end;
|
||||
{$endif HASOVERLOADASSIGNBYUNIQUERESULT}
|
||||
|
||||
{**********************************************************************
|
||||
Operators
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user