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

Heywood Floyd <soul...@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

Reply via email to