закомментировал extensions преобразования arr to set. Надеюсь в новой реализации всё исправить
This commit is contained in:
parent
6d5c18f457
commit
13b3071d80
|
|
@ -411,7 +411,7 @@ end;}
|
|||
|
||||
///--
|
||||
function operator implicit(a: array of integer): set of integer; extensionmethod := TypedSet.InitBy(a);
|
||||
///--
|
||||
{///--
|
||||
function operator implicit(a: array of real): set of real; extensionmethod := TypedSet.InitBy(a);
|
||||
///--
|
||||
function operator implicit(a: array of string): set of string; extensionmethod := TypedSet.InitBy(a);
|
||||
|
|
@ -433,6 +433,7 @@ function operator implicit(a: array of BigInteger): set of BigInteger; extension
|
|||
function operator implicit(a: array of decimal): set of decimal; extensionmethod := TypedSet.InitBy(a);
|
||||
///--
|
||||
function operator implicit(a: array of single): set of single; extensionmethod := TypedSet.InitBy(a);
|
||||
}
|
||||
///--
|
||||
function operator implicit<T>(a: array of T): set of T; extensionmethod := TypedSet.InitBy(a);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue