Alex Makhotin wrote:

Today I found a strange bug in my code which was caused by 'public import' declaration from the wxD library.

The library imports publicly the 'std.compiler' module from Phobos.
And it has the 'const string name;' declaration.

I removed the 'std.compiler' import and replaced it with __VERSION__...

http://wxd.cvs.sourceforge.net/viewvc/wxd/wxd/wx/common.d?r1=1.18&r2=1.19

Hopefully that should work around the issue. Wonder what else it breaks.

--anders

Reply via email to