Errors - Re: Signals and Slots

BCS BCS at pathlink.com
Fri Nov 3 09:43:48 PST 2006


Tom S wrote:
> Walter Bright wrote:
> 
>> The fix is straightforward, in std\signals.d just make the imports 
>> public:
>>
>>> public import std.stdio;
>>> public import std.c.stdlib;
>>> public import std.outofmemory;
> 
> 
> Sorry Walter, but the name for it is 'hack', not 'fix' :( How about 
> fixing mixins ?

if(hack == "get it to compile until I can make a real fix")
	writef("good\n");
else
	writef("BAD\n");



More information about the Digitalmars-d mailing list