Are these (known) bugs?

biozic dransic at free.fr
Fri Jan 28 12:28:10 PST 2011


Le 28/01/11 19:57, biozic a écrit :
> unittest {
>     Variant[] va;
>     ubyte u = 0;
>     va ~= u;
>     // Error: cannot append type ubyte to type VariantN!(maxSize)[]
> }

Hmm... I'm silly, forget this one :)
va ~= Variant(u), of course.


More information about the Digitalmars-d-learn mailing list