static import std.signals - what's wrong?

Vladimir Bezhenar v04bvs at gmail.com
Fri Dec 1 09:54:58 PST 2006


Code:
static import std.signals;

class A {
    mixin std.signals.Signal!();
}

When I try to compile it, there is a lot of confusing messages about errors in
std/signals.d
If I remove "static" from the first line, all works ok.



More information about the Digitalmars-d mailing list