mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 06:06:17 +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;
|
end;
|
||||||
|
|
||||||
|
|
||||||
{$ifdef HASOVERLOADASSIGNBYUNIQUERESULT}
|
|
||||||
operator :=(const source : variant) dest : tdatetime;
|
operator :=(const source : variant) dest : tdatetime;
|
||||||
begin
|
begin
|
||||||
dest:=variantmanager.vartotdatetime(source);
|
dest:=variantmanager.vartotdatetime(source);
|
||||||
end;
|
end;
|
||||||
{$endif HASOVERLOADASSIGNBYUNIQUERESULT}
|
|
||||||
|
|
||||||
{**********************************************************************
|
{**********************************************************************
|
||||||
Operators
|
Operators
|
||||||
|
@ -292,9 +292,7 @@ operator :=(const source : variant) dest : comp;
|
|||||||
|
|
||||||
{ Misc. }
|
{ Misc. }
|
||||||
operator :=(const source : variant) dest : currency;
|
operator :=(const source : variant) dest : currency;
|
||||||
{$ifdef HASOVERLOADASSIGNBYUNIQUERESULT}
|
|
||||||
operator :=(const source : variant) dest : tdatetime;
|
operator :=(const source : variant) dest : tdatetime;
|
||||||
{$endif HASOVERLOADASSIGNBYUNIQUERESULT}
|
|
||||||
|
|
||||||
{**********************************************************************
|
{**********************************************************************
|
||||||
Operators
|
Operators
|
||||||
|
Loading…
Reference in New Issue
Block a user