Confirmation: in the new beta, the test case for the std.complex compiles on windows xp with dmd 2.046beta. I cannot post on the D.phobos newsgroup, but I post the confirmation here.
I did not test it further.
Compiling
import std.complex;
int main(){
return 0;
}
results in:
C:\dmd2>dmd test.d
C:\dmd2>test
C:\dmd2>
While we are here, can somebody look at DMD bug 2460 please?
eles
