[dmd-beta] dmd 1.065 and 2.050 beta
Stephan Dilly
Dilly at Funatics.de
Wed Oct 27 13:13:12 PDT 2010
I am sorry but i found another regression trying to build my codebase
with the new beta:
import std.typecons;
alias Tuple!(int,"aa",int,"bb") Foo;
void main()
{
Foo[] m_array;
Foo f;
m_array ~= f;
}
This portion of code used to work with dmd2049. The beta now says:
Error: cannot append type (int,int) to type Tuple!(int,"aa",int,"bb")[]
On 26.10.2010 07:51, Walter Bright wrote:
>
> http://ftp.digitalmars.com/dmd1beta.zip
> http://ftp.digitalmars.com/dmd2beta.zip
> _______________________________________________
> dmd-beta mailing list
> dmd-beta at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-beta
>
More information about the dmd-beta
mailing list