digitalmars.D.bugs - Circular initialization dependency error?
- =?ISO-8859-1?Q?M=e1rcio_Faustino?= (4/4) Jul 18 2008 Hi,
Hi, If I import the "std.stdio" module after "std.date" and use writefln, DMD 2.014 compiles just fine, but running the program yields an error: "Error: circular initialization dependency with module std.date". But, if I switch the order of the imports then no error happens. Is this behaviour normal? Thanks,
Jul 18 2008