This causes problems when the program importing one of those modules is being compiled with 'dmd -w -release -inline'. For example, this code fails to compile, producing 97 error messages:
// compile with '-w -release -inline'
import std.stdio;
int main( char[][] args )
{
writefln( "Hello, world!" );
return 0;
}
Comment #2 by matti.niemenmaa+dbugzilla — 2006-06-19T03:22:58Z
*** Bug 208 has been marked as a duplicate of this bug. ***