How to call receiveTimout? (std.concurrency)

Steven Schveighoffer schveiguy at yahoo.com
Tue Jun 29 07:31:57 PDT 2010


On Tue, 29 Jun 2010 09:53:25 -0400, Simen kjaeraas  
<simen.kjaras at gmail.com> wrote:

> Heywood Floyd <soul8o8 at gmail.com> wrote:
>
>> ops = ops[1 .. $];  // <=== line 335
>
> Well, this looks like a bug to me. Should be
>
> Ops = ops[1 .. $];
>

Ops is a type, isn't it?  Don't you need a variable there?

I agree it's a bug in the original, but I don't think that's the fix.

-Steve


More information about the Digitalmars-d-learn mailing list