On Mon, Aug 30, 2010 at 12:23, Stanislav Blinov
<blinov@loniir.ru> wrote:
30.08.2010 3:06, SK wrote:
I encountered this one too and it appears to be a regression in 2.048 that did not occur in 2.047. It's the same msg[0] vs. msg.field[0] problem, but in concurrency.d itself. It's a one line patch to make this work.
In /usr/include/d/dmd/phobos/std/concurrency.d, change line 384 to look like this:
static assert( a1.length != 1 || !is( a1.field[0] == Variant ),
Is that so? I thought ParameterTypeTuple and Tuple are different.