static import std.signals - what's wrong?

Bill Baxter wbaxter at gmail.com
Fri Dec 1 17:40:33 PST 2006


Vladimir Bezhenar wrote:
> 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.

I filed this as a bug a while back, which Walter declared 'invalid'. 
This is 'works as designed' behavior.  I've just resubmitted it as an 
enhancement request though, as per his suggestion, so if you have 
something to add about this issue, add it there.

closed bug:  http://d.puremagic.com/issues/show_bug.cgi?id=506
open enhancment: http://d.puremagic.com/issues/show_bug.cgi?id=625


--bb



More information about the Digitalmars-d mailing list